We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I using x-spreadsheet in vite project and work normal with dev mode.
At production mode, i can not build success with error No loader is configured for ".less" files: ../../node_modules/x-data-spreadsheet/src/index.less
I can try resolve this issue with config: css: { preprocessorOptions: { less: { javascriptEnabled: true, }, }, },
But cannot resolve this issue.
Call you help me resolve it?
Thanks,
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
No branches or pull requests
Hi,
I using x-spreadsheet in vite project and work normal with dev mode.
At production mode, i can not build success with error No loader is configured for ".less" files: ../../node_modules/x-data-spreadsheet/src/index.less
I can try resolve this issue with config:
css: {
preprocessorOptions: {
less: {
javascriptEnabled: true,
},
},
},
But cannot resolve this issue.
Call you help me resolve it?
Thanks,
The text was updated successfully, but these errors were encountered: