mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
move filename back to newline
This commit is contained in:
@@ -4,7 +4,8 @@ import Loadable = require('react-loadable/webpack');
|
||||
const config: webpack.Configuration = {
|
||||
plugins: [
|
||||
new Loadable.ReactLoadablePlugin(),
|
||||
new Loadable.ReactLoadablePlugin({ filename: 'react-loadable.json'
|
||||
new Loadable.ReactLoadablePlugin({
|
||||
filename: 'react-loadable.json'
|
||||
})
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user