add rollup json plugin (#54)
This commit is contained in:
committed by
Jason Dreyzehner
parent
0125830664
commit
a211a54c1f
@@ -2,6 +2,7 @@
|
||||
import commonjs from 'rollup-plugin-commonjs';
|
||||
import nodeResolve from 'rollup-plugin-node-resolve';
|
||||
import alias from 'rollup-plugin-alias';
|
||||
import json from 'rollup-plugin-json';
|
||||
|
||||
const substituteModulePaths = {
|
||||
'crypto': 'build/module/adapters/crypto.browser.js',
|
||||
@@ -16,6 +17,7 @@ export default {
|
||||
nodeResolve({
|
||||
browser: true
|
||||
}),
|
||||
commonjs()
|
||||
commonjs(),
|
||||
json()
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user