@zohodesk/react-cli 1.1.25-exp.3 → 1.1.25-exp.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,7 @@ 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);
47
48
  let {
48
49
  enableChunkHash
49
50
  } = options.app;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.25-exp.1",
3
+ "version": "1.1.23",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.25-exp.3",
3
+ "version": "1.1.25-exp.4",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",