-
Notifications
You must be signed in to change notification settings - Fork 280
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
Client configurations outdated(vue.config.js) #372
Comments
Hi @robbykrlos. |
Sure. Will do. |
Hi again, So now that I'm actually doing this, I further more confused by your last comment: So, my initial ticket was related to
alias: {
map: [
['@ui', `${__dirname}/node_modules/@enso-ui/ui/src`],
['@root', `${__dirname}/src/js`], Probably typo and you meant vue.config.js? |
This is a bug?.
Prerequisites
Description
While investigating this #352 - I have checked some files from client side - just to be sure we're in sync.
Not sure if a bug or not, but shouldn't the laravel-enso/enso configuration released in 4.6.0 reflect the latest configuration changes (with all required changes from all upgrade steps 4.1 ... 4.4, 4.5, 4.6?
My logic says that a new enso installation will not work, due to @ui / @core alias missmatches. But maybe I'm wrong.
Latest package (one example file)
enso/client/vue.config.js
Line 40 in 6e6f14c
Release notes from 4.4.0:
PS: I've found one file, but could be more, didn't check all configs.
The text was updated successfully, but these errors were encountered: