Open Sree-raghavan opened 1 year ago
facing the same issue. Did you manage to figure it out ?
facing the same issue. Did you manage to figure it out ? No i havent
You can try the following webpack config for Angular ngx-build-plus
builder:
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
module.exports = {
module: {
rules: [
{
test: /\.less$/,
use: [
MiniCssExtractPlugin.loader,
'css-loader',
'less-loader',
],
},
]
}
}
the same error but with angular 15 any idea how I can fix it? please refer to :https://github.com/myliang/x-spreadsheet/issues/658
Thank you.
Modify node_modules\x-data-spreadsheet\src\index.js Comment out => import './index.less';
In styles.css of the project Add => @import "x-data-spreadsheet/dist/xspreadsheet.css";
./node_modules/x-data-spreadsheet/src/index.less:1:5 - Error: Module parse failed: Unexpected token (1:5) File was processed with these loaders:
Having this issue