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 Original file line number Diff line number Diff line change
1
+ # Used by webpacker_lite to configure the helpers and by webpack from the
2
+ # client/webpack.config.js file, in variable `paths`.
1
3
default : &default
2
- output : public
3
4
assets : webpack
4
5
manifest : manifest.json
5
- node_modules : client/node_modules
6
- source : client/app
7
6
8
7
development :
9
8
<< : *default
Original file line number Diff line number Diff line change
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`.
1
3
default : &default
2
- config : client/webpack
3
4
output : public
4
- assets : webpack
5
5
manifest : manifest.json
6
- source : client/app
7
6
8
7
development :
9
8
<< : *default
You can’t perform that action at this time.
0 commit comments