react-sqljs-demo icon indicating copy to clipboard operation
react-sqljs-demo copied to clipboard

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

Open Pika-Pool opened this issue 4 years ago • 0 comments

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

Pika-Pool avatar Sep 27 '21 17:09 Pika-Pool