i imported xlsx-style package to style my xlsx stylesheet,then i did 'yarn start'.after that i got error here am attaching error
Error:
Webpack: Finished after 84.273 seconds.
ERROR Failed to compile with 3 errors 4:08:23 PM
This dependency was not found:
To install it, you can run: npm install --save fs
This relative module was not found:
i fixed my error by giving this code in webpack.config.js,here code is :
node: {
fs: 'empty'
},
externals: [ {
'./cptable': 'var cptable'
} ]