mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
update
This commit is contained in:
20
node_modules/acorn/rollup/config.loose.js
generated
vendored
Normal file
20
node_modules/acorn/rollup/config.loose.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
import buble from 'rollup-plugin-buble'
|
||||
|
||||
export default {
|
||||
entry: 'src/loose/index.js',
|
||||
moduleName: 'acorn.loose',
|
||||
external: [ 'acorn' ],
|
||||
paths: {
|
||||
acorn: './acorn.js'
|
||||
},
|
||||
globals: {
|
||||
acorn: 'acorn'
|
||||
},
|
||||
targets: [
|
||||
{ dest: 'dist/acorn_loose.js', format: 'umd' },
|
||||
{ dest: 'dist/acorn_loose.es.js', format: 'es' }
|
||||
],
|
||||
plugins: [
|
||||
buble()
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user