mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(webpack.config) add ";"
This commit is contained in:
parent
04c13c16ab
commit
3638d2aa94
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ const clean = (array) => array.filter(notEmpty);
|
|||
|
||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
const ExtractTextPlugin = require('extract-text-webpack-plugin');
|
||||
const HtmlWebpackExcludeAssetsPlugin = require('html-webpack-exclude-assets-plugin')
|
||||
const HtmlWebpackExcludeAssetsPlugin = require('html-webpack-exclude-assets-plugin');
|
||||
|
||||
const extractMain = new ExtractTextPlugin('[name].css');
|
||||
const extractNojs = new ExtractTextPlugin('nojs.css');
|
||||
|
|
@ -160,6 +160,6 @@ function getMinifyHtmlOptions() {
|
|||
|
||||
minifyJS: true,
|
||||
minifyCSS: true
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue