UNPKG
react-stickyfill-fork
Version:
latest (0.2.3-fix-scroll-container-11)
0.2.3-fix-scroll-container-9
0.2.3-fix-scroll-container-6
0.2.3-fix-scroll-container-5
0.2.3-fix-scroll-container-4
0.2.3-fix-scroll-container-3
0.2.3-fix-scroll-container-2
0.2.3-fix-scroll-container-11
0.2.3-fix-scroll-container-10
0.2.3-fix
React wrapper for Stickyfill library
github.com/seleckis/react-stickyfill
seleckis/react-stickyfill
react-stickyfill-fork
/
rollup.config.js
17 lines
(15 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
(), ] }