@zohodesk/react-cli 1.1.25-exp.4 → 1.1.25-exp.5
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/cli.js +1 -0
- package/lib/pluginUtils/getProdPlugins.js +0 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
@@ -44,7 +44,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
44
44
|
// import { configHtmlWebpackPlugins } from './configHtmlWebpackPlugins';
|
45
45
|
// eslint-disable-next-line no-unused-vars
|
46
46
|
const getProdPlugins = (options, publicPath = '') => {
|
47
|
-
console.log(options);
|
48
47
|
let {
|
49
48
|
enableChunkHash
|
50
49
|
} = options.app;
|