swap out assert for a hyper-lightweight alternative. It has what we need in doctrine

This commit is contained in:
Norbert de Langen 2022-06-29 22:28:54 +02:00
parent 09a728e669
commit ac0317e542
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
3 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@
"@storybook/ui": "7.0.0-alpha.8",
"@types/ejs": "^3.1.1",
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.10",
"browser-assert": "^1.2.1",
"chalk": "^4.1.0",
"ejs": "^3.1.8",
"esbuild": "^0.14.47",

View File

@ -42,7 +42,7 @@ export const getConfig: ManagerBuilder['getConfig'] = async (options) => {
aliasPlugin({
process: require.resolve('rollup-plugin-node-polyfills/polyfills/process-es6.js'),
util: require.resolve('rollup-plugin-node-polyfills/polyfills/util.js'),
assert: require.resolve('rollup-plugin-node-polyfills/polyfills/assert.js'),
assert: require.resolve('browser-assert'),
}),
globalExternals(definitions),
pnpPlugin(),

View File

@ -7827,6 +7827,7 @@ __metadata:
"@storybook/ui": 7.0.0-alpha.8
"@types/ejs": ^3.1.1
"@yarnpkg/esbuild-plugin-pnp": ^3.0.0-rc.10
browser-assert: ^1.2.1
chalk: ^4.1.0
ejs: ^3.1.8
esbuild: ^0.14.47