-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
build: cleanup & improvements #109
Labels
Comments
mvidalgarcia
added a commit
to mvidalgarcia/reana-ui
that referenced
this issue
Jun 25, 2020
less-loader 6.1.2 causes issues resolving less imports and makes the build fail. related to reanahub#109
mvidalgarcia
added a commit
to mvidalgarcia/reana-ui
that referenced
this issue
Jun 25, 2020
less-loader 6.1.2 causes issues resolving less imports and makes the build fail. related to reanahub#109
mvidalgarcia
added a commit
to mvidalgarcia/reana-ui
that referenced
this issue
Jun 30, 2020
webpack-contrib/less-loader#366 Partially addresses reanahub#109
mvidalgarcia
pushed a commit
to mvidalgarcia/reana-ui
that referenced
this issue
Jun 29, 2021
partially addresses reanahub#109
So far we've been using |
Example: $ craco build
Creating an optimized production build...
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.
babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away. |
This will be fixed by #344, but many warnings are still present when running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yarn.lock
orpackage-lock.json
) to freeze dependencies (pip-compile style)npm
vsyarn
(at the moment we're usingyarn
in production).less-loader
(@semantic-ui-react/craco-less
>craco-less
>less-loader
) pinned to 6.1.1 due to build errors in 6.1.2 [2][1]
[2]
The text was updated successfully, but these errors were encountered: