fix: passing browser mode does not work here
This commit is contained in:
parent
398be8fede
commit
40580f793f
|
@ -17,8 +17,6 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
||||||
],
|
],
|
||||||
supplementaryIgnores: ignores,
|
supplementaryIgnores: ignores,
|
||||||
supplementaryConfig: {
|
supplementaryConfig: {
|
||||||
// @ts-ignore
|
|
||||||
browser: true,
|
|
||||||
release: {
|
release: {
|
||||||
plugins: {
|
plugins: {
|
||||||
"3": ["@semantic-release/npm", { npmPublish: false }],
|
"3": ["@semantic-release/npm", { npmPublish: false }],
|
||||||
|
|
Loading…
Reference in New Issue