Closed hermanfransen closed 8 years ago
Hi,
In the article explaining webpack.config.js you should change boot for main. This is changed since upgrading to RC7.
webpack.config.js
boot
main
entry: { "vendor": "./app/vendor", "app": "./app/main" },
Thanks @hermanfransen! Missed that one. Fixed on the article.
Hi,
In the article explaining
webpack.config.js
you should changeboot
formain
. This is changed since upgrading to RC7.