Skip to content

Commit

Permalink
Try update webpack to fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kquintesens committed Dec 20, 2019
1 parent 2f95f4d commit 5899eb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,9 @@ module.exports = {
NODE_ENV: '"production"'
}
}),
new ExtractTextPlugin({
new ExtractTextPlugin({
filename: 'app/assets/main.css'
}),
new CopyWebpackPlugin([
{ from: 'app/assets/css', to: 'assets' }
]),
new HtmlWebpackIncludeAssetsPlugin({ assets: ['css', 'csshome', 'images'], append: true })
]
};

0 comments on commit 5899eb8

Please sign in to comment.