We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Is there a way to add vue-loader to the Undercurrent webpack config?" was a question which arose from a project which makes use of this library.
I think we should expand the JS schema to support adding custom loaders: https://github.com/xwp/undercurrent/blob/master/src/schema/default.json#L33 And then refer it form inside the tasks/js.js https://github.com/xwp/undercurrent/blob/master/src/tasks/js.js#L39
This will allow us not to have to provide a separate webpack.config file on projects which have such needs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"Is there a way to add vue-loader to the Undercurrent webpack config?" was a question which arose from a project which makes use of this library.
I think we should expand the JS schema to support adding custom loaders:
https://github.com/xwp/undercurrent/blob/master/src/schema/default.json#L33
And then refer it form inside the tasks/js.js
https://github.com/xwp/undercurrent/blob/master/src/tasks/js.js#L39
This will allow us not to have to provide a separate webpack.config file on projects which have such needs.
The text was updated successfully, but these errors were encountered: