Skip to content

Commit

Permalink
add react-table esm workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Jun 5, 2020
1 parent 171ae8e commit 6742556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/install.ts
Expand Up @@ -5,7 +5,6 @@ import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginReplace from '@rollup/plugin-replace';
import chalk from 'chalk';
import fs from 'fs';
import isNodeBuiltin from 'is-builtin-module';
import mkdirp from 'mkdirp';
import ora from 'ora';
import path from 'path';
Expand Down Expand Up @@ -53,6 +52,7 @@ class ErrorWithHint extends Error {
const CJS_PACKAGES_TO_AUTO_DETECT = [
'react/index.js',
'react-dom/index.js',
'react-table/index.js',
'react-is/index.js',
'prop-types/index.js',
'scheduler/index.js',
Expand Down

0 comments on commit 6742556

Please sign in to comment.