Add Connection class

This commit is contained in:
Michael Vines
2018-08-23 10:52:48 -07:00
parent 79ab826678
commit 4df189513e
12 changed files with 526 additions and 70 deletions

View File

@ -14,6 +14,7 @@ function generateConfig(configType) {
input: 'src/index.js',
plugins: [
nodeResolve(),
json(),
babel({
exclude: '**/node_modules/**',
runtimeHelpers: true,
@ -47,7 +48,6 @@ function generateConfig(configType) {
name: 'solanaWeb3',
},
];
config.plugins.unshift(json());
config.plugins.push(builtins());
config.plugins.push(globals());
break;