-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sui-bundler): add bundle splitting #552
Conversation
I really think that we can live with this issue: philipwalton/webpack-esnext-boilerplate#1 More info: https://gist.github.com/jakub-g/5fc11af85a061ca29cc84892f1059fec |
…sui into feature/bundle-splitting
…eature/bundle-splitting
@@ -11,6 +11,8 @@ const webpack = require('webpack') | |||
const definePlugin = require('./shared/define') | |||
const babelRules = require('./shared/module-rules-babel') | |||
|
|||
console.log('new bundler') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A console.log()
in production, without emojis? 😱
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hahaha still, not production ready. :)
Description
Add bundle splitting by browser support (ES5 vs ES6).