diff --git a/config/webpacker.yml b/config/webpacker.yml index 574822a07..082636abf 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -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'] diff --git a/package.json b/package.json index 1116e7023..9bb32a771 100644 --- a/package.json +++ b/package.json @@ -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",