Skip to content

Commit

Permalink
Fixed webpack.config.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris2011 committed Aug 28, 2018
1 parent a0e3a2f commit 60700c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 60700c6

Please sign in to comment.