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 5411367582
commit 145593a295

View file

@ -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,
};