From 60700c66e8023823a9fcfe6138991e654fb8a779 Mon Sep 17 00:00:00 2001 From: Chris2011 Date: Tue, 28 Aug 2018 17:16:53 +0200 Subject: [PATCH] Fixed webpack.config.js. --- .../ui/reports/webpack-bundle-analyzer/stats.json | 4 ++-- .../netbeans/plugins/nbscratchfile/ui/webpack.config.js | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/reports/webpack-bundle-analyzer/stats.json b/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/reports/webpack-bundle-analyzer/stats.json index 97e091a..08e2ce6 100644 --- a/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/reports/webpack-bundle-analyzer/stats.json +++ b/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/reports/webpack-bundle-analyzer/stats.json @@ -5,8 +5,8 @@ ], "version": "4.16.5", "hash": "558ee36404d770cf7698", - "time": 10971, - "builtAt": 1534878447529, + "time": 8409, + "builtAt": 1535100007259, "publicPath": "/", "outputPath": "C:\\Projekte\\Netbeans Plugins\\NbScratchFile\\src\\main\\resources\\org\\chrisle\\netbeans\\plugins\\nbscratchfile\\ui\\dist", "assetsByChunkName": { diff --git a/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/webpack.config.js b/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/webpack.config.js index f538b70..9b48061 100644 --- a/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/webpack.config.js +++ b/src/main/resources/org/chrisle/netbeans/plugins/nbscratchfile/ui/webpack.config.js @@ -62,11 +62,8 @@ module.exports = { from: 'app/index.html', to: 'index.html' }, { - from: '.tmp/sprite.png', + from: 'app/sprite.png', to: 'sprite.png' - }, { - from: '.tmp/sprite.css', - to: 'sprite.css' }]), new SpriteLoaderPlugin(), new BundleAnalyzerPlugin({