@elliemae/pui-cli 6.12.0 → 6.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,6 @@ const devConfig = {
76
76
  // Add development plugins
77
77
  plugins: [
78
78
  new HtmlWebpackPlugin({
79
- scriptLoading: 'module',
80
79
  inject: !isAppLoaderEnabled(), // Inject all files that are generated by webpack, e.g. bundle.js
81
80
  template: !isAppLoaderEnabled()
82
81
  ? 'app/index.html'
@@ -26,7 +26,6 @@ module.exports = require('./webpack.lib.base.babel')({
26
26
 
27
27
  plugins: [
28
28
  new HtmlWebpackPlugin({
29
- scriptLoading: 'module',
30
29
  inject: true, // Inject all files that are generated by webpack, e.g. bundle.js
31
30
  template: 'lib/index.pug',
32
31
  filename: 'index.html',
@@ -36,7 +36,6 @@ module.exports = require('./webpack.lib.base.babel')({
36
36
 
37
37
  plugins: [
38
38
  new HtmlWebpackPlugin({
39
- scriptLoading: 'module',
40
39
  template: 'lib/index.pug',
41
40
  filename: 'index.html',
42
41
  libraryName,
@@ -102,7 +102,6 @@ const {
102
102
  encwLoaderScriptPath,
103
103
  } = getPaths();
104
104
  const htmlWebpackPlugin = new HtmlWebpackPlugin({
105
- scriptLoading: 'module',
106
105
  filename: '../index.html',
107
106
  inject: !isAppLoaderEnabled(),
108
107
  template: !isAppLoaderEnabled()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.12.0",
3
+ "version": "6.12.1",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,