refactor(build): set env to production

This commit is contained in:
moklick
2019-09-13 16:25:12 +02:00
parent eb4d930630
commit 5ce476ff81
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React, { PureComponent } from 'react';
import Graph, { isEdge, removeElements, getOutgoers, Handle, MiniMap } from '../src';
// import Graph, { isEdge, removeElements, getOutgoers, Handle } from '../dist/ReactGraph';
// import Graph, { isEdge, removeElements, getOutgoers, Handle, MiniMap } from '../dist/ReactGraph';
const SpecialNode = ({ data, styles }) => (
<div