chore(build): update shared Rollup config
This commit is contained in:
parent
5411367582
commit
145593a295
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
import json from '@rollup/plugin-json';
|
||||
|
||||
import { name } from './package.json';
|
||||
import { sharedPlugins } from '../autocomplete-core/rollup.config';
|
||||
import { plugins } from '../../rollup.base.config';
|
||||
|
||||
export default {
|
||||
input: 'src/index.ts',
|
||||
|
|
@ -16,5 +14,5 @@ export default {
|
|||
'react-dom': 'ReactDOM',
|
||||
},
|
||||
},
|
||||
plugins: [json(), ...sharedPlugins],
|
||||
plugins,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue