UNPKG

react-stickyfill-fork

Version:
17 lines (15 loc) 222 B
import resolve from 'rollup-plugin-node-resolve' export default { input: 'src/index.js', external: [ 'react', 'react-dom', ], output: { file: 'dist/bundle.js', format: 'cjs', }, plugins: [ resolve(), ] }