Remove redundant babelify (#9945)

feature/default_network_editable
Etienne Dusseault 4 years ago committed by GitHub
parent 97d268c8ee
commit dd3f728e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      development/build/scripts.js

@ -333,14 +333,6 @@ function createScriptTasks({ browserPlatforms, livereload }) {
let bundler = browserify(browserifyOpts)
.transform('babelify')
// Transpile any dependencies using the object spread/rest operator
// because it is incompatible with `esprima`, which is used by `envify`
// See https://github.com/jquery/esprima/issues/1927
.transform('babelify', {
only: ['./**/node_modules/libp2p'],
global: true,
plugins: ['@babel/plugin-proposal-object-rest-spread'],
})
.transform('brfs')
if (opts.buildLib) {

Loading…
Cancel
Save