Skip to content
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

Closed
wants to merge 10 commits into from

Conversation

kikoruiz
Copy link
Member

Description

Add bundle splitting by browser support (ES5 vs ES6).

@carlosvillu
Copy link
Collaborator

carlosvillu commented Mar 27, 2019

I really think that we can live with this issue: philipwalton/webpack-esnext-boilerplate#1

More info: https://gist.github.com/jakub-g/5fc11af85a061ca29cc84892f1059fec

@@ -11,6 +11,8 @@ const webpack = require('webpack')
const definePlugin = require('./shared/define')
const babelRules = require('./shared/module-rules-babel')

console.log('new bundler')
Copy link
Member

@nucliweb nucliweb Apr 10, 2019

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? 😱

Copy link
Contributor

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. :)

@midudev midudev closed this Jun 18, 2019
@midudev midudev deleted the feature/bundle-splitting branch July 24, 2019 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants