table-to-excel icon indicating copy to clipboard operation
table-to-excel copied to clipboard

Critical dependency: the request of a dependency is an expression

Open chris-gunawardena opened this issue 4 years ago • 1 comments

Compiled with warnings.

./node_modules/@linways/table-to-excel/dist/tableToExcel.js
Critical dependency: the request of a dependency is an expression

I get the above warning when including as import TableToExcel from "@linways/table-to-excel", I'm using this in react with create-react-app.

I have also tried const TableToExcel = require("@linways/table-to-excel"); and import TableToExcel from "@linways/table-to-excel/dist/tableToExcel"; but get the same error.

chris-gunawardena avatar Mar 28 '20 09:03 chris-gunawardena

I'm having same error. Node v13.9.0

ndianabasi avatar Mar 28 '20 18:03 ndianabasi