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 17933b0 commit 5a24cd9Copy full SHA for 5a24cd9
packages/browser/test/package/npm-build.js
@@ -52,11 +52,6 @@ function runTests() {
52
53
const myLibrary = fs.readFileSync(bundlePath, { encoding: 'utf-8' });
54
55
- if (myLibrary.indexOf('tslib_1__default') !== -1) {
56
- console.log('"tslib_1__default" reappeared...');
57
- process.exit(1);
58
- }
59
-
60
const scriptEl = window.document.createElement('script');
61
scriptEl.textContent = myLibrary;
62
window.document.body.appendChild(scriptEl);
0 commit comments