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
First of all, thank os community you for this awesome framework!
I'm submitting a bug report
Environment
Operating System: Windows 10
Node Version: v10.15.3
NPM Version: 6.9.0
Browser: Chrome Version 75.0.3770.100 (Official Build) (32-bit)
Language: Typescript 3.1
Loader/bundler: Webpack
Current behavior: When running au run -o chrome opens 2 identical tabs with my aurelia project
au run -o
What is the expected behavior? I expect aurelia/chrome to open 1 tab with my aurelia project
What is the motivation / use case for changing the behavior? Not a big deal but it is annoying having to close one tab every time
The text was updated successfully, but these errors were encountered:
I can reproduce the issue on Windows (not on mac). Don't know what's wrong with webpack-dev-server.
The option is directly passed to webpack-dev-server in aurelia-project/tasks/run.ts
aurelia-project/tasks/run.ts
open: project.platform.open || CLIOptions.hasFlag('open'),
Sorry, something went wrong.
@shahabganji found the cause in #1132, it's a duplicated effort in cli.
resolved aurelia#1129
888188c
fix(--open): resolved aurelia#1129
f956aeb
With --open argument the run command used to open two tabs
4aded24
No branches or pull requests
First of all, thank os community you for this awesome framework!
I'm submitting a bug report
aurelia-cli v1.0.1
Environment
Operating System:
Windows 10
Node Version:
v10.15.3
NPM Version:
6.9.0
Browser:
Chrome Version 75.0.3770.100 (Official Build) (32-bit)
Language:
Typescript 3.1
Loader/bundler:
Webpack
Current behavior:
When running
au run -o
chrome opens 2 identical tabs with my aurelia projectWhat is the expected behavior?
I expect aurelia/chrome to open 1 tab with my aurelia project
What is the motivation / use case for changing the behavior?
Not a big deal but it is annoying having to close one tab every time
The text was updated successfully, but these errors were encountered: