This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package.json b/package.json | |
index d3055f6..9e40a29 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -17,7 +17,7 @@ | |
"test:integration:node": "jest --c test/jest.node.config.js --runInBand", | |
"test:integration:browser": "jest --c test/jest.browser.config.js", | |
"clean": "rimraf lib", | |
- "build": "yarn clean && cross-env NODE_ENV=production tsup --splitting", | |
+ "build": "yarn clean && cross-env NODE_ENV=production tsup", |