revert react router update and webpack config
This commit is contained in:
parent
29bf2a23e8
commit
21518c8696
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
||||||
"react-draggable": "3.0.3",
|
"react-draggable": "3.0.3",
|
||||||
"react-dropzone": "4.1.2",
|
"react-dropzone": "4.1.2",
|
||||||
"react-onclickoutside": "6.5.0",
|
"react-onclickoutside": "6.5.0",
|
||||||
"react-router": "4.2.0",
|
"react-router": "3.0.5",
|
||||||
"redux": "3.7.2",
|
"redux": "3.7.2",
|
||||||
"riek": "1.1.0",
|
"riek": "1.1.0",
|
||||||
"simplewebrtc": "2.2.2",
|
"simplewebrtc": "2.2.2",
|
||||||
|
|
|
@ -47,7 +47,7 @@ module.exports = {
|
||||||
'metamaps.bundle': './frontend/src/index.js'
|
'metamaps.bundle': './frontend/src/index.js'
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: './app/assets/javascripts/webpacked',
|
path: __dirname + '/app/assets/javascripts/webpacked',
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
devtoolModuleFilenameTemplate: '[absolute-resource-path]'
|
devtoolModuleFilenameTemplate: '[absolute-resource-path]'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue