1
0
Fork 0

chore(build): update shared Rollup config

This commit is contained in:
François Chalifour 2020-07-21 10:42:58 +02:00
parent 4acf723bec
commit d8da20026c

View file

@ -1,6 +1,4 @@
import json from '@rollup/plugin-json';
import { sharedPlugins } from '../autocomplete-core/rollup.config';
import { plugins } from '../../rollup.base.config';
export default {
input: 'src/index.ts',
@ -10,5 +8,5 @@ export default {
sourcemap: true,
name: 'docsearch',
},
plugins: [json(), ...sharedPlugins],
plugins,
};