Skip to content

Commit

Permalink
Make dojo with proper version, regardless of leftovers in js-src
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Aug 17, 2021
1 parent 8a06bf6 commit fb920f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function findDataDojoTypes(fileName) {

// Compute used data-dojo-type
glob.sync("**/*.html", {
ignore: ["lib/ui-header.html", "js/**"],
ignore: ["lib/ui-header.html", "js/**", "js-src/{dojo,dijit,util}/**"],
cwd: "UI"
}).map(function (filename) {
const requires = findDataDojoTypes("UI/" + filename);
Expand Down

0 comments on commit fb920f7

Please sign in to comment.