Addy Westside
Addy Westside
Still does not work for me. I'm using this in combination with Ant Design, to customize the less library. ```json "less-loader": "^6.1.0", "customize-cra": "^1.0.0-alpha.0", ```
I'm getting the following error: ``` ./src/style/index.less (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-7-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader?? ref--6-oneOf-7-3!./node_modules/less-loader/dist/cjs.js??ref--6-oneOf-7-4!./src/style/index.less) .my-button-blue-1 { background-color: @my-blue-1; Variable @my-blue-1 is undefined Error in D:\Projects\example\frontend\src\style\button.less (line 2, column 20) ``` My config: ```js const {...
@arackaf could you take a look at this?
@alan2207 any chance accepting this PR?
@tannerlinsley is this PR the right solution for the error message? Or is the cause for the problem somewhere else?
@omattman maybe you could add it with a PR.
@tannerlinsley do you know how this issue could be fixed?
Same problem here, can't create functions and found this issue with the error description in the dashboard.
> I found the problem: > > in front of my eas command, i had this: > > `NODE_ENV=test eas update --branch preview --platform ios` > > which was not...
@Aysnine what is your status on this? Did you get more progress?