chore(build): update shared Rollup config
This commit is contained in:
parent
4acf723bec
commit
d8da20026c
1 changed files with 2 additions and 4 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue