built
This commit is contained in:
File diff suppressed because one or more lines are too long
1
dist/app.1f3719c031c5b8bb0aed.js.map
vendored
1
dist/app.1f3719c031c5b8bb0aed.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dist/faker.1f3719c031c5b8bb0aed.js.map
vendored
1
dist/faker.1f3719c031c5b8bb0aed.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -11,5 +11,5 @@
|
|||||||
<div id="app" class="uk-container"></div>
|
<div id="app" class="uk-container"></div>
|
||||||
|
|
||||||
|
|
||||||
<script defer src="vendors-node_modules_faker_index_js.1f3719c031c5b8bb0aed.js"></script><script defer src="faker.1f3719c031c5b8bb0aed.js"></script><script defer src="app.1f3719c031c5b8bb0aed.js"></script></body>
|
<script defer src="vendors-node_modules_faker_index_js.19f5ee6c7563dd0839a8.js"></script><script defer src="faker.19f5ee6c7563dd0839a8.js"></script><script defer src="app.19f5ee6c7563dd0839a8.js"></script></body>
|
||||||
</html>
|
</html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -109,8 +109,8 @@ module.exports = {
|
|||||||
filename: '[name].[hash].js',
|
filename: '[name].[hash].js',
|
||||||
},
|
},
|
||||||
plugins: plugins,
|
plugins: plugins,
|
||||||
devtool: mode === 'production' ? 'source-map' : (process.env.SOURCE_MAP_ENV ? 'eval-cheap-module-source-map' : false),
|
devtool: mode !== 'production' ? (process.env.SOURCE_MAP_ENV ? 'eval-cheap-module-source-map' : false) : false,
|
||||||
devtool: 'source-map',
|
// devtool: 'source-map',
|
||||||
optimization: {
|
optimization: {
|
||||||
minimize: isProd,
|
minimize: isProd,
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
@@ -144,6 +144,6 @@ module.exports = {
|
|||||||
'dev.amok.space',
|
'dev.amok.space',
|
||||||
],
|
],
|
||||||
liveReload: true,
|
liveReload: true,
|
||||||
historyApiFallback: true
|
historyApiFallback: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user