Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby committed May 2, 2019
1 parent af6c453 commit 1c44349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/client/webpack.config.js
Expand Up @@ -142,7 +142,6 @@ const defaultConfig = {
new HotModuleReplacementPlugin(),
new HardSourceWebpackPlugin(),
new CopyWebpackPlugin([
{ from: './src/inspector-preload.js', to: './' },
{ from: './src/splash.html', to: './splash.html' },
{ from: './src/index.html', to: './index.html' },
{ from: './src/ui/styles/themes/light.css', to: 'themes/light.css' },
Expand Down

0 comments on commit 1c44349

Please sign in to comment.