We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bfe0a commit d9c2f83Copy full SHA for d9c2f83
builder/config/webpacker.yml
@@ -1,10 +1,10 @@
1
# Note: You must restart bin/webpack-dev-server for changes to take effect
2
3
default: &default
4
- source_path: app/javascript
+ source_path: ../app/javascript
5
source_entry_path: packs
6
- public_root_path: public
7
- public_output_path: packs
+ public_root_path: ../vendor/assets/javascripts
+ public_output_path: dist
8
cache_path: tmp/cache/webpacker
9
check_yarn_integrity: false
10
webpack_compile_output: true
0 commit comments