about summary refs log tree commit diff
path: root/config/webpack/paths.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpack/paths.yml')
-rw-r--r--config/webpack/paths.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/config/webpack/paths.yml b/config/webpack/paths.yml
deleted file mode 100644
index fdae76141..000000000
--- a/config/webpack/paths.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-# Note: You must restart bin/webpack-dev-server for changes to take effect
-
-default: &default
-  config: config/webpack
-  entry: packs
-  output: public
-  manifest: manifest.json
-  node_modules: node_modules
-  source: app/javascript
-  extensions:
-    - .js
-    - .sass
-    - .scss
-    - .css
-    - .png
-    - .svg
-    - .gif
-    - .jpeg
-    - .jpg
-
-development:
-  <<: *default
-
-test:
-  <<: *default
-  manifest: manifest-test.json
-
-production:
-  <<: *default