Fix bug
This commit is contained in:
parent
25981c15db
commit
dd85278d54
5 changed files with 44 additions and 43 deletions
|
@ -1,5 +1,6 @@
|
|||
const StringReplacePlugin = require('string-replace-webpack-plugin');
|
||||
|
||||
import consts from './consts';
|
||||
import hoist from './hoist';
|
||||
//import minify from './minify';
|
||||
import banner from './banner';
|
||||
|
@ -9,6 +10,7 @@ const isProduction = env === 'production';
|
|||
|
||||
export default (version, lang) => {
|
||||
const plugins = [
|
||||
consts(lang),
|
||||
new StringReplacePlugin(),
|
||||
hoist()
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue