mastilver / dynamic-cdn-webpack-plugin

Get your dependencies from a cdn rather than bundling them in your app
MIT License
342 stars 37 forks source link

bug: need to handle css dependencies #12

Open mastilver opened 7 years ago

mastilver commented 7 years ago
@import "~tachyons";

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

mastilver commented 7 years ago

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

mastilver commented 7 years ago

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

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