cramforce / splittable

Module bundler with support for code splitting, ES6 & CommonJS modules.
Apache License 2.0
945 stars 34 forks source link

Add basic webpack loaders e.g. url and css-loader #34

Open swernerx opened 7 years ago

swernerx commented 7 years ago

What would be super helpful would be some kind of support for "importing" CSS files and externals files via standard es2015 import syntax like Webpack does.

Only thing needed here for a first step would be resolving urls (especially when merging files from different sub directory levels) and handling basic CSS modules where the file is copied and CSS module names are exported.

The rollup plugin system could be a great inspiration here.

sgentile commented 7 years ago

+1 to add: font support so a file loader as well ?