sql-js / react-sqljs-demo

A demonstration showing how to use sql.js with create-react-app
https://react-sqljs-demo.ophir.dev/
MIT License
104 stars 33 forks source link

This example throws an error: "Cannot find file-loader in src/" #6

Open Pika-Pool opened 2 years ago

Pika-Pool commented 2 years ago

my dependencies:

"dependencies": {
    "@craco/craco": "^6.3.0",
    "file-loader": "^6.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^4.0.3",
    "sql.js": "^1.6.1"
}

This example throws the mentioned error if the file-loader dependency is not added