mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-25 01:18:27 +00:00
comments in gulpfile.js
This commit is contained in:
parent
e2a073b00b
commit
d9ec64eb97
5
samples/react-calendar-feed/gulpfile.js
vendored
5
samples/react-calendar-feed/gulpfile.js
vendored
@ -27,14 +27,13 @@ if (needIESupport) {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
process.stdout.write(`Using babel-loader to support IE11 \n`);
|
||||
//process.stdout.write(`Adding babel-loader to support IE11 \n`);
|
||||
build.configureWebpack.mergeConfig({
|
||||
additionalConfiguration: (generatedConfiguration) => {
|
||||
generatedConfiguration.module.rules.push({
|
||||
test: /\.js$/,
|
||||
/*
|
||||
This selector increase the webpack time 5 times then without
|
||||
This selector increase the webpack(gulp serve) time 5 times then without
|
||||
exclude: [/node_modules\/(?!(rss-parser))/],
|
||||
*/
|
||||
include: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user