提交 a2570196 编写于 作者: A afc163

less-loader

上级 e1f93ed3
......@@ -22,6 +22,7 @@ module.exports = {
{test: /\.jsx$/, loader: 'jsx-loader?harmony'},
{test: /\.js$/, loader: 'jsx-loader?harmony'},
{test: /\.json$/, loader: 'json-loader'},
{test: /\.less$/, loader: "style!css!less"},
{test: /\.css/, loader: 'style!css'}
]
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册