Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
fix: [contenthash] error with webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Apr 29, 2018
1 parent 37cafa3 commit cc97a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/project-app/template/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ try {
// =============== SASS ===============
const outputPath = path.resolve(__dirname, '../', 'dist');
const extractSass = new ExtractTextPlugin({
filename: "[name].[contenthash].css",
filename: "[name].[hash].css",
disable: process.env.NODE_ENV === "development"
});
// =============== WEBPACK ===============
Expand Down

0 comments on commit cc97a63

Please sign in to comment.