提交 7c37203f 编写于 作者: Y yiminghe

fix ant-btn

上级 37779330
......@@ -26,7 +26,7 @@ var Test = React.createClass({
<Switch disabled={this.state.disabled} />
<br />
<br />
<button className="ant-btn atn-btn-primary" onClick={this.toggle}>Toggle disabled</button>
<button className="ant-btn ant-btn-primary" onClick={this.toggle}>Toggle disabled</button>
</div>;
}
});
......
......@@ -36,12 +36,12 @@ module.exports = {
}, {
test: /\.less$/,
loader: ExtractTextPlugin.extract(
'css?sourceMap&-restructuring!' + 'autoprefixer-loader!' + 'less?sourceMap'
'css?sourceMap&-minimize!' + 'autoprefixer-loader!' + 'less?sourceMap'
)
}, {
test: /\.css$/,
loader: ExtractTextPlugin.extract(
'css?sourceMap!' + 'autoprefixer-loader'
'css?sourceMap&-minimize!' + 'autoprefixer-loader'
)
}]
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册