ddapac-react
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -27,3 +27,3 @@ { | ||
"scaffold": "ts-node ./tools/scaffold-component.ts", | ||
"start": "webpack-dev-server --env development --hot --open --color --compress", | ||
"start": "webpack-dev-server --env development", | ||
"storybook": "start-storybook -p 6006", | ||
@@ -53,2 +53,3 @@ "test": "jest" | ||
"@types/webpack": "^4.41.7", | ||
"@types/webpack-dev-server": "^3.10.1", | ||
"@types/webpack-manifest-plugin": "^2.1.0", | ||
@@ -55,0 +56,0 @@ "@types/workbox-webpack-plugin": "^5.0.0", |
@@ -37,2 +37,3 @@ import path from 'path'; | ||
chunkFilename: '[name].[hash].js', | ||
publicPath: '/' | ||
}, | ||
@@ -101,2 +102,7 @@ resolve: { | ||
], | ||
devServer: { | ||
hot: true, | ||
historyApiFallback: true, | ||
open: true, | ||
}, | ||
}; | ||
@@ -103,0 +109,0 @@ }; |
{ | ||
"name": "ddapac-react", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "An npm installer for Deloitte Digital's React Boilerplate", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199820
818