Commit 74a061ac authored by 梁灏's avatar 梁灏

fixed #30

parent 43ccaaf5
......@@ -11,4 +11,4 @@
<script type="text/javascript" src="<%= htmlWebpackPlugin.files.js[0] %>"></script>
<script type="text/javascript" src="<%= htmlWebpackPlugin.files.js[1] %>"></script>
</body>
</html>
\ No newline at end of file
</html>
\ No newline at end of file
......@@ -47,7 +47,7 @@ module.exports = {
{
test: /\.less/,
use: ExtractTextPlugin.extract({
use: ['autoprefixer-loader', 'less-loader'],
use: ['css-loader?minimize', 'autoprefixer-loader', 'less-loader'],
fallback: 'style-loader'
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment