Skip to content
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: require function is used in a way in which dependencies cannot be statically extracted #1169

Closed
ElsewhereGames opened this issue Sep 2, 2016 · 5 comments

Comments

@ElsewhereGames
Copy link

Bug, feature request, or proposal:

Bug

What is the expected behavior?

To be able to build an Angular Material 2 project using webpack without warnings or errors.

What is the current behavior?

While I was able to build a webpack-based project using the previous public release (2.0.0-alpha.7-4 I believe?), upgrading to 2.0.0-alpha.8 results in the following:

WARNING in ./~/@angular2-material/core/core.js
Critical dependencies:
12:24-31 require function is used in a way in which dependencies cannot be statically extracted
 @ ./~/@angular2-material/core/core.js 12:24-31

The warning is generated for all Material 2 javascript files (including .umd.js files). The main issue that this warning triggers webpack into trying to include all files in the directory the javascript file lives in (including .json and .md files for example) which causes the build to fail.

What are the steps to reproduce?

Build a Angular Material 2 project using webpack.

What is the use-case or motivation for changing an existing behavior?

N/A

Which versions of Angular, Material, OS, browsers are affected?

  • Angular: 2.0.0-rc.6
  • Material 2: 2.0.0-alpha.8
  • Typescript: 2.0.0
  • Webpack: 1.31.2

Is there anything else we should know?

I also tried webpack 2 to see if that would help, but it causes the same problem.

@devversion
Copy link
Member

devversion commented Sep 2, 2016

This is fixed in 2.0.0-alpha.8-1 with SHA adc8787

``` js`
npm i @angular2-material/button@2.0.0-alpha.8-1

@kara
Copy link
Contributor

kara commented Sep 2, 2016

Yeah, should be fixed when you install @latest

@kara kara closed this as completed Sep 2, 2016
@ElsewhereGames
Copy link
Author

Awesome!

@spock123
Copy link

Google brought me here - thank you - got the same errors with alpha-8.. upgrading to 8-1 magically worked.. thanks!

@angular-automatic-lock-bot
Copy link

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 5, 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

No branches or pull requests

4 participants