dynamic-cdn-webpack-plugin icon indicating copy to clipboard operation
dynamic-cdn-webpack-plugin copied to clipboard

bug: need to handle css dependencies

Open mastilver opened this issue 7 years ago • 2 comments

@import "~tachyons";

Should generate an empty css file and get tachyons from the cdn

mastilver avatar Jun 05 '17 21:06 mastilver

Try to use https://github.com/webpack-contrib/css-loader/tree/new-loader

mastilver avatar Jun 06 '17 09:06 mastilver

https://medium.com/webpack/road-to-webpack-4-week-20-21-1641d03ce06e

Add a type to modules (JS, ESM, WASM, CSS)

mastilver avatar Aug 29 '17 16:08 mastilver