Mark Shapiro

Results 23 comments of Mark Shapiro

do you mean the file names don't get updated if changed? what do you store with stats file?

does `AddAssetPlugin` create asset entry for you in the first example?

@tomas-blanarik sorry don't know about ejs yet, but do you mean you don't know the hash when generating ejs?

@tomas-blanarik I can expose callback that will list all created files and index.js mapped to index-[hash].js, will it help?

@tomas-blanarik added as second parameter ```new MergeIntoSingle({ ... }, filesMap => { ... });``` in v2.1.15 still wonder if there's proper way to receive results from webpack plugin.

@bAbolfazl did you research why it returns undefined? somebody solved something similar here: https://github.com/markshapiro/webpack-merge-and-include-globally/issues/33#issuecomment-601142507

@jrichardsz do you by chance call `require('./vendor.js')` somewhere in our code? if not then what is your entry in webpack config?

@vivekdaryani what regex are you using and filename should be ignored?