FrontendMasters / angular-components

[Course] Code for the AngularJS 1.x Components & ES6 Course

Home Page:https://frontendmasters.com/courses/angular-components-es6/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bundle.js.map is not generated in dist folder

Olgagr opened this issue · comments

I'm trying to figure out why bundle.js.map is not generated in dist folder. I'm on the step-8-fix branch. When I do npm start, I see in the output that bundle.js.map was emitted by webpack. However this file is not generated in dist folder. So I have no access to source maps code :/

It seems like the newer version of webpack-stream is needed. I bumped it up to version 3.1.0 and now it works.