UNPKG
demonpatcher
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Patch with the Power of Satan 😈😈😈
demonpatcher
/
rollup.config.js
12 lines
(10 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
flow
from
'rollup-plugin-flow'
import
{ uglify }
from
'rollup-plugin-uglify'
export
default
{
input
:
'src/patcher.js'
,
plugins
: [
flow
(),
uglify
()],
output
: {
file
:
'dist/patcher.js'
,
format
:
"cjs"
} }