mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
fix: bug with lost closing tag (#186)
* fix: closing tag bug * chore: add changeset thin-crabs-wonder.md * chore: remove debug code * chore: add more tests
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ const pkg = require(`${process.cwd()}/package.json`);
|
||||
const { NODE_ENV } = process.env;
|
||||
|
||||
const baseConfig = {
|
||||
input: 'es/index.js',
|
||||
input: pkg.module,
|
||||
external: ['react', 'vue', 'prop-types'],
|
||||
output: {
|
||||
file: pkg.browser,
|
||||
|
||||
Reference in New Issue
Block a user