Skip to content

Commit

Permalink
Merge pull request #259 from TheBrokenRail/patch-19
Browse files Browse the repository at this point in the history
Copy Assets To Playground With Webpack
  • Loading branch information
rschamp committed Oct 17, 2016
2 parents 9db0dc1 + ebe8f63 commit 503de08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = [
entry: {
'dist': './src/index.js'
},

output: {
library: 'VirtualMachine',
libraryTarget: 'commonjs2',
Expand Down Expand Up @@ -108,6 +109,9 @@ module.exports = [
to: 'media'
}, {
from: 'node_modules/highlightjs/styles/zenburn.css'
}, {
from: 'assets',
to: 'assets'
}])
])
})
Expand Down

0 comments on commit 503de08

Please sign in to comment.