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
This is what I have in my webpack config:
output: { path: '/Users/Birowsky/Projects/Commercial/Dscova/Dscova - Frontend/builds/web', publicPath: '', filename: '[name].js' },
Let me know if I can provide anything else helpful. Note that I have no idea how loaders are implemented.
Thanx!
The text was updated successfully, but these errors were encountered:
I just added publicPath as a query param and that error is gone:
loader: 'babel-loader!wc-loader?publicPath='
is this expected?
Sorry, something went wrong.
No branches or pull requests
This is what I have in my webpack config:
Let me know if I can provide anything else helpful. Note that I have no idea how loaders are implemented.
Thanx!
The text was updated successfully, but these errors were encountered: