artsy-webpack-tour icon indicating copy to clipboard operation
artsy-webpack-tour copied to clipboard

When does webpack generate childComplier assets?

Open MrKou47 opened this issue 6 years ago • 0 comments

I was reading extract-text-webpack-plugin source code recently.And i saw that the plugin start a new complier for generate css file.But i couldn't find where does the file generated.I know that assets can be generated use complication.assets[filename]=xxx, but i couldn't find the code like this from extract-text-webpack-plugin source code.So I'm confused about this part...Could you explain this part for me?

MrKou47 avatar May 31 '18 09:05 MrKou47