Skip to content

Commit bbf47f5

Browse files
committed
Remove unnecesary values from paths.yml
1 parent 0db1381 commit bbf47f5

File tree

2 files changed

+4
-6
lines changed
  • lib/generators/react_on_rails/templates/base/base/config/webpack
  • spec/dummy/config/webpack

2 files changed

+4
-6
lines changed

lib/generators/react_on_rails/templates/base/base/config/webpack/paths.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
# Used by webpacker_lite to configure the helpers and by webpack from the
2+
# client/webpack.config.js file, in variable `paths`.
13
default: &default
2-
output: public
34
assets: webpack
45
manifest: manifest.json
5-
node_modules: client/node_modules
6-
source: client/app
76

87
development:
98
<<: *default

spec/dummy/config/webpack/paths.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
# Used by webpacker_lite to configure the helpers and by webpack from the
2+
# client/webpack.client.base.config.js and other sibling config files, using variable `paths`.
13
default: &default
2-
config: client/webpack
34
output: public
4-
assets: webpack
55
manifest: manifest.json
6-
source: client/app
76

87
development:
98
<<: *default

0 commit comments

Comments
 (0)