Skip to content

Commit d9c2f83

Browse files
committed
configure new builder app to use the input and output directories for matestack-ui-core
#343 (comment)
1 parent d5bfe0a commit d9c2f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builder/config/webpacker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Note: You must restart bin/webpack-dev-server for changes to take effect
22

33
default: &default
4-
source_path: app/javascript
4+
source_path: ../app/javascript
55
source_entry_path: packs
6-
public_root_path: public
7-
public_output_path: packs
6+
public_root_path: ../vendor/assets/javascripts
7+
public_output_path: dist
88
cache_path: tmp/cache/webpacker
99
check_yarn_integrity: false
1010
webpack_compile_output: true

0 commit comments

Comments
 (0)