mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
15
node_modules/acorn/rollup/config.bin.js
generated
vendored
Normal file
15
node_modules/acorn/rollup/config.bin.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
import buble from 'rollup-plugin-buble'
|
||||
|
||||
export default {
|
||||
entry: 'src/bin/acorn.js',
|
||||
dest: 'bin/acorn',
|
||||
format: 'cjs',
|
||||
banner: '#!/usr/bin/env node',
|
||||
external: [ 'fs', 'path', 'acorn' ],
|
||||
paths: {
|
||||
acorn: '../dist/acorn.js'
|
||||
},
|
||||
plugins: [
|
||||
buble()
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user