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

Errors runnin build #72

Closed
ThibaultJanBeyer opened this issue Dec 5, 2018 · 1 comment · Fixed by #73
Closed

Errors runnin build #72

ThibaultJanBeyer opened this issue Dec 5, 2018 · 1 comment · Fixed by #73

Comments

@ThibaultJanBeyer
Copy link
Contributor

I just tried it:

  • npm i
  • npm run build

And it failed:

ERROR in chunk main [entry]
bundle.js
/Users/tbeyer/Sites/playground/stuff/dojo-webpack-plugin-sample-master/node_modules/dojo/_base/lang.js
Cannot read property 'replace' of undefined

ERROR in chunk 1
1.bundle.js
/Users/tbeyer/Sites/playground/stuff/dojo-webpack-plugin-sample-master/node_modules/dojox/charting/plot2d/Default.js
Cannot read property 'replace' of undefined

ERROR in chunk 2
2.bundle.js
/Users/tbeyer/Sites/playground/stuff/dojo-webpack-plugin-sample-master/node_modules/dijit/Calendar.js
Cannot read property 'replace' of undefined

ERROR in chunk 3
3.bundle.js
/Users/tbeyer/Sites/playground/stuff/dojo-webpack-plugin-sample-master/node_modules/dijit/Editor.js
Cannot read property 'replace' of undefined

ERROR in chunk 4
4.bundle.js
/Users/tbeyer/Sites/playground/stuff/dojo-webpack-plugin-sample-master/node_modules/dijit/ColorPalette.js
Cannot read property 'replace' of undefined
ThibaultJanBeyer added a commit to ThibaultJanBeyer/dojo-webpack-plugin-sample that referenced this issue Dec 5, 2018
@ThibaultJanBeyer
Copy link
Contributor Author

This issue is fixed when using the latest version. Created a PR in the example repository to solve that version mismatch. Thanks for the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant