-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
deps: remove browserify #13417
deps: remove browserify #13417
Conversation
build/build-lightrider-bundles.js
Outdated
const rollup = require('rollup'); | ||
const rollupPlugins = require('./rollup-plugins.js'); | ||
const fs = require('fs'); | ||
const path = require('path'); | ||
const bundleBuilder = require('./build-bundle.js'); | ||
const {LH_ROOT} = require('../root.js'); | ||
const inlineFs = require('./plugins/browserify-inline-fs.js'); |
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.
Can we del this now?
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.
Eh, it's harmless left alone. I'd like to defer to brendan on this file. He (or perhaps just I) would like to extract this into its own published package eventually
https://gist.github.com/connorjclark/afd2641c08d6745d8856b1604756e963 good bye 22kb |
Everything* has now been migrated to rollup
So long!
* well, except for a usage in legacy-javascript test harness, will take care of that next