refactor(tasks): add postinstall
This commit is contained in:
+2
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user