Skip to content

Commit

Permalink
Fixing CleanWebpackPlugin path for webpack.json. AssetsPlugin in webp…
Browse files Browse the repository at this point in the history
…ack.common.js is writing to site/data, not site/content. (#248)
  • Loading branch information
ramigs authored and erquhart committed Oct 23, 2019
1 parent 759a3f2 commit 00093db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = merge(common, {
cleanOnceBeforeBuildPatterns: [
"dist/**/*.js",
"dist/**/*.css",
"site/content/webpack.json"
"site/data/webpack.json"
]}),

new MiniCssExtractPlugin({
Expand Down

0 comments on commit 00093db

Please sign in to comment.