-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
Webpack examples #378
Comments
@ematipico @sokra Is it possible to remerge it? If not I can re-apply sokras PR |
Btw. |
We must have had some problems with other PR. You can make a PR to restore it if you can |
It's a little effort to merge it back again, but it would be good to know why it was deleted... any open issue? |
Looking at the history of the file, it looks like we lost that commit. I am going to restore it and make a PR from that branch |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
In order to run the webpack examples I need to link webpack-cli.
webpack-cli repo^
Have to install
uri-js
to make it work.yarn add uri-js --dev
webpack-repo
yarn build:examples
Build runs and fails at example
source-maps
:--> Argument: mode, Given: "none", Choices: "development", "production"
Referencing existing/merged PR
What is the expected behavior?
Run the examples without any error.
Please paste the results of
webpack-cli info
here, and mention other relevant information such as programming language.webpack-cli 2.0.14
webpack "4.5.0",
Win10 x64^
The text was updated successfully, but these errors were encountered: