mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
Fix webpacker build for production [SCI-3651]
This commit is contained in:
parent
25c58770da
commit
d2aad22bbb
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ default: &default
|
|||
public_root_path: public
|
||||
public_output_path: packs
|
||||
cache_path: tmp/cache/webpacker
|
||||
check_yarn_integrity: false
|
||||
webpack_compile_output: false
|
||||
check_yarn_integrity: true
|
||||
webpack_compile_output: true
|
||||
|
||||
# Additional paths webpack should lookup modules
|
||||
# ['app/assets', 'engine/foo/app/assets']
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"@fortawesome/fontawesome-free": "^5.2.0",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"eslint": "^5.14.1",
|
||||
"eslint-config-airbnb": "^15.1.0",
|
||||
|
@ -51,6 +50,7 @@
|
|||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@fortawesome/fontawesome-free": "^5.2.0",
|
||||
"@rails/webpacker": "^4.0.7",
|
||||
"autoprefixer": "^7.2.6",
|
||||
"axios": "0.18.1",
|
||||
|
|
Loading…
Reference in a new issue