@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',
|