Commit e6ba54c3 by hfpp2012 yinsigan

fix typo

1 parent 49f2f9f8
...@@ -13,6 +13,7 @@ const HtmlWebpackPluginConfig = new HtmlWebpackPlugin({ ...@@ -13,6 +13,7 @@ const HtmlWebpackPluginConfig = new HtmlWebpackPlugin({
const extractSass = ExtractTextPlugin.extract({ const extractSass = ExtractTextPlugin.extract({
use: [{ use: [{
loader: "css-loader", loader: "css-loader",
// http://javascriptplayground.com/blog/2016/07/css-modules-webpack-react/
query: { query: {
modules: true, modules: true,
localIdentName: '[name]__[local]___[hash:base64:5]' localIdentName: '[name]__[local]___[hash:base64:5]'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!