splittable
splittable copied to clipboard
Module bundler with support for code splitting, ES6 & CommonJS modules.
this is needed as there are some constructs that the jison library generates that blows up with "use strict" directive. I need to be able to pass "transform-remove-strict-mode" plugin
Hi, I don't mean to put any pressure on you... It seems like great work but lots of open issues at this point. Do you have any plans to continue...
I saw [this note](https://github.com/cramforce/splittable/blob/master/third_party/closure-compiler/REAME.splittable#L6) about the custom closure compiler build to support React plugins. I love that this tool aims to support `node_modules` and the npm ecosystem out of the...
``` Error: Relative entries in package.json#browser not yet supported: ./lib/adapters/http.js ``` Example: axios(https://github.com/mzabriskie/axios)
I know this might not be the kind of issue you're expecting. But if someone manage to build an `angular2` app built with `angular-cli`, that'd be awesome and I'd be...
- adds support for `export from` to babel default config - runs module transform globally to add support for discovering ES6 modules in node_modules. Partial for #23
I've been having problems getting a particular build to work, and I've reduced it down to the fact that I'm including a module from npm that contains an `import` statement....
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...
Doesn't look like there's a way to pass externs files to the compiler.