We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b030d commit 6919fa0Copy full SHA for 6919fa0
support/sync-cjs-package.js
@@ -3,9 +3,5 @@
3
var fs = require('fs');
4
var json = JSON.parse(fs.readFileSync(__dirname + "/../package.json"), "utf8");
5
json.module = 'dist/async.mjs'
6
-// mark this as an ES6 module for browserify
7
-json.browserify = {
8
- transform: [["babelify", { presets: ["@babel/preset-env"] }]]
9
-}
10
11
process.stdout.write(JSON.stringify(json, null, 2));
0 commit comments