Skip to content

fix(@ngtools/webpack): allow # in paths - #9236

Merged
Brocco merged 1 commit into
angular:masterfrom
dinerotah:fix-9100
Jan 18, 2018
Merged

fix(@ngtools/webpack): allow # in paths#9236
Brocco merged 1 commit into
angular:masterfrom
dinerotah:fix-9100

Conversation

@dinerotah

@dinerotah dinerotah commented Jan 16, 2018

Copy link
Copy Markdown
Contributor

Fix #9100
Fix #8141
Fix #7071

return undefined;
}
const splitted = this._entryModule.split('#');
const splitted = this._entryModule.split(/(#[a-zA-Z]+)$/);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Names can start with an underscore or letter; and then can contain an underscore, letter, or number.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clydin Done

@dinerotah
dinerotah force-pushed the fix-9100 branch 2 times, most recently from f6b6b7d to aac36de Compare January 17, 2018 10:29
@filipesilva

Copy link
Copy Markdown
Contributor

LGTM, thanks!

@Brocco
Brocco merged commit 5f73a75 into angular:master Jan 18, 2018
@dinerotah
dinerotah deleted the fix-9100 branch January 19, 2018 07:52
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@ngtools/webpack breaks when project has # character on path Unable to build my project # in file path to project causes error during build/serve

5 participants