mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
Fix ie8 error caused by clipboard.js
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = {
|
||||
loader: 'babel',
|
||||
query: {
|
||||
presets: ['es2015', 'react', 'stage-0'],
|
||||
plugins: ['add-module-exports'],
|
||||
plugins: ['add-module-exports', 'transform-es3-member-expression-literals', 'transform-es3-property-literals']
|
||||
}
|
||||
}, {
|
||||
test: /\.json$/,
|
||||
|
||||
Reference in New Issue
Block a user