Remove all PropTypes in production

This commit is contained in:
Michael Jackson
2019-01-12 19:32:16 -08:00
parent 09914c1db4
commit 59be66f552
2 changed files with 18 additions and 26 deletions

View File

@ -102,17 +102,7 @@ const functions = [
babel({ exclude: /node_modules/ }),
json(),
resolve(),
commonjs({
// namedExports: {
// 'node_modules/react/index.js': [
// 'createContext',
// 'createElement',
// 'forwardRef',
// 'Component',
// 'Fragment'
// ]
// }
}),
commonjs(),
url({
limit: 5 * 1024,
publicPath: '/_client/',