Improved interface testing

This commit is contained in:
Bán Dénes 2021-07-16 20:18:09 +02:00
parent 7d841b2f5f
commit 1f3ecb5c58
10 changed files with 407 additions and 120 deletions

View file

@ -4,7 +4,7 @@ import replace from '@rollup/plugin-replace'
export default {
input: 'src/ergogen.js',
external: ['makerjs', 'js-yaml', 'mathjs', 'json5'],
external: ['makerjs', 'js-yaml', 'mathjs'],
output: {
name: 'ergogen',
file: 'dist/ergogen.js',
@ -13,8 +13,7 @@ export default {
globals: {
'makerjs': 'makerjs',
'js-yaml': 'jsyaml',
'mathjs': 'math',
'json5': 'json5'
'mathjs': 'math'
}
},
plugins: [