We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53c4f3 commit 6b33805Copy full SHA for 6b33805
template/webpack.config.js
@@ -10,7 +10,6 @@ const extractCSS = new ExtractTextPlugin({
10
filename: 'assets/css/[name].css',
11
allChunks: true
12
})
13
-
14
{{#less}}
15
const extractLESS = new ExtractTextPlugin({
16
0 commit comments