typescript - Why so many [not cacheable] files with webpack recompile? -
i have small project. around 800 modules. when change 1 of files, , webpack-watch recompiles everything, takes longer like. , think main reason when done, lists hundreds of files [not cacheable]
.
there hundreds of these files each time save single-char change.
any ideas on causing these files not cacheable? ideas on can start looking figure out? have poked around , been unsuccessful far. loader .js
files ts-loader
. other that, don't use other loaders.
i need ideas on start. this github issue has been around years, no answer on it. people need figuring out how know why file isn't cacheable. ideas here appreciated. can show samples webpack.config.js
. on webpack 1 now. don't think issue.
let me know.
i don't have answer solve everyone. but, case, using loader made stuff not-cacheable. once fixed that, go. loader using mark-loader. once took out, files cacheable again.
Comments
Post a Comment