goldhand / cookiecutter-webpack

Boilerplate for webpack 2, babel, react + redux + hmr, and karma. Can be inserted into existing django projects.
93 stars 16 forks source link

Need to specify 'ejs-loader' instead of 'ejs'. #18

Closed typeshige closed 6 years ago

typeshige commented 7 years ago

After npm test

    BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.
                     You need to specify 'ejs-loader' instead of 'ejs'.

I'm using webpack 2.1.0-beta.28

goldhand commented 7 years ago

Thanks @typeshige can you submit a pr for this?