#1408 Removing crypto-random-string and he

This commit is contained in:
Knut Sveidqvist
2020-05-13 19:14:18 +02:00
parent d7d248fd04
commit 6d076284e8
7 changed files with 113 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
import path from 'path';
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const amdRule = {
parser: {
@@ -56,6 +57,7 @@ export const jsConfig = () => {
module: {
rules: [amdRule, jsRule, scssRule, jisonRule]
},
// plugins: [new BundleAnalyzerPlugin()],
devtool: 'source-map'
};
};