@epilot360/webpack-config-epilot360 2.6.1 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -90,7 +90,6 @@ function webpackConfigEpilot360ReactApp(opts) {
|
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
test: /\.css$/i,
|
|
93
|
-
include: [/node_modules/, /src/],
|
|
94
93
|
exclude: [/ckeditor5-[^/\\]+[/\\]theme[/\\].+\.css$/],
|
|
95
94
|
use: [
|
|
96
95
|
{
|
|
@@ -170,7 +169,7 @@ function webpackConfigEpilot360ReactApp(opts) {
|
|
|
170
169
|
HtmlWebpackPlugin,
|
|
171
170
|
...opts.standaloneOptions,
|
|
172
171
|
}),
|
|
173
|
-
|
|
172
|
+
opts.webpackConfigEnv && opts.webpackConfigEnv.analyze
|
|
174
173
|
? false
|
|
175
174
|
: new ForkTsCheckerWebpackPlugin({
|
|
176
175
|
typescript: {
|
package/package.json
CHANGED