@epilot360/webpack-config-epilot360 2.6.0 → 2.6.2
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.
|
@@ -170,7 +170,7 @@ function webpackConfigEpilot360ReactApp(opts) {
|
|
|
170
170
|
HtmlWebpackPlugin,
|
|
171
171
|
...opts.standaloneOptions,
|
|
172
172
|
}),
|
|
173
|
-
|
|
173
|
+
opts.webpackConfigEnv && opts.webpackConfigEnv.analyze
|
|
174
174
|
? false
|
|
175
175
|
: new ForkTsCheckerWebpackPlugin({
|
|
176
176
|
typescript: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot360/webpack-config-epilot360",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "A webpack config for in-browser modules used with single-spa for Epilot360",
|
|
5
5
|
"main": "lib/webpack-config-epilot360-portal.js",
|
|
6
6
|
"directories": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"fork-ts-checker-webpack-plugin": "^6.0.5",
|
|
18
18
|
"html-webpack-plugin": "^5.1.0",
|
|
19
19
|
"https-browserify": "^1.0.0",
|
|
20
|
+
"postcss": "^8.4.16",
|
|
20
21
|
"postcss-loader": "^6.2.1",
|
|
21
22
|
"standalone-single-spa-webpack-plugin": "^1.1.0",
|
|
22
23
|
"style-loader": "^2.0.0",
|