move filename back to newline

This commit is contained in:
Ian Mobley
2018-04-02 19:42:46 -07:00
parent d1713bc842
commit adb4937be9

View File

@@ -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'
})
]
};