Shipping fixes
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
:output-to "resources/public/js/compiled/app.js"
|
||||
:output-dir "resources/public/js/compiled/"
|
||||
:infer-externs true
|
||||
:bundle-cmd {:none ["npx" "webpack" "--mode=production" :output-to
|
||||
:bundle-cmd {:none ["npx" "webpack" "--mode=development" :output-to
|
||||
"--output-path" :final-output-dir
|
||||
"--output-filename" :final-output-filename]}}
|
||||
"--output-filename" :final-output-filename]
|
||||
:default ["npx" "webpack" "--mode=production" :output-to
|
||||
"--output-path" :final-output-dir
|
||||
"--output-filename" :final-output-filename]}}
|
||||
|
||||
Reference in New Issue
Block a user