refactor(tasks): add postinstall

This commit is contained in:
moklick
2019-07-15 17:02:18 +02:00
parent cf4441ce6d
commit 1c382a799d
3 changed files with 28 additions and 7 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ import pkg from './package.json';
export default [{
input: 'src/index.js',
external: ['react'],
external: ['react', 'prop-types'],
output: {
name: 'ReactGraph',
file: pkg.browser,
@@ -14,6 +14,7 @@ export default [{
sourcemaps: true,
globals: {
react: 'React',
'prop-types': 'PropTypes'
}
},
plugins: [