mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-12 21:00:02 +08:00
minimize helpers
This commit is contained in:
parent
430ff27a9e
commit
1d93573adc
@ -85,7 +85,7 @@ export default [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
input: resolve('src/helpers/index.js'),
|
input: resolve('src/helpers/index.js'),
|
||||||
file: resolve('dist/helpers.js'),
|
file: resolve('dist/helpers.min.js'),
|
||||||
format: 'umd',
|
format: 'umd',
|
||||||
env: 'development',
|
env: 'development',
|
||||||
external: id => !/^[\.\/]/.test(id),
|
external: id => !/^[\.\/]/.test(id),
|
||||||
|
Loading…
Reference in New Issue
Block a user