I've generated a new project using rails new myapp --webpack=vue and the ./bin/webpack-dev-server gives a lot warnings:
No parser and no filepath given, using 'babylon' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
Any idea what can it be?
Thanks
@robikovacs Might be related to this: https://stackoverflow.com/questions/50561649/module-build-failed-error-no-parser-and-no-file-path-given-couldnt-infer-a-p
??
Apparently the issue was from vue-loader. I had to upgrade to v15 and use this quick fix. Thank you!
Most helpful comment
Apparently the issue was from
vue-loader. I had to upgrade tov15and use this quick fix. Thank you!