You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but on running the development webpack server i am getting this error
node_modules/antd/lib/style/index.less in Missed semicolon
You tried to parse Less with the standard CSS parser; try again with the postcss-less parser.
can you point out is i am doing something wrong or is there any issue with using without create-react-app boilerplate.
The text was updated successfully, but these errors were encountered:
@khushhal Are you sure this antDir: path.join(__dirname, './../node_modules/antd'), is correct? Becuase config-overrides.js is in root directory so antd path should be antDir: path.join(__dirname, './node_modules/antd'),
I added the config-override.js, variable.less and also index.less file.
and in webpack i added this configuration
but on running the development webpack server i am getting this error
node_modules/antd/lib/style/index.less in Missed semicolon
You tried to parse Less with the standard CSS parser; try again with the postcss-less parser.
can you point out is i am doing something wrong or is there any issue with using without create-react-app boilerplate.
The text was updated successfully, but these errors were encountered: