We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6476049 commit 39879a8Copy full SHA for 39879a8
aurelia_project/aurelia.json
@@ -48,8 +48,7 @@
48
"path": "node_modules/aurelia-cli/lib/resources/scripts/configure-bluebird.js",
49
"env": "dev"
50
},
51
- "node_modules/requirejs/require.js",
52
- "node_modules/xlsx/jszip.js"
+ "node_modules/requirejs/require.js"
53
],
54
"dependencies": [
55
"aurelia-binding",
@@ -114,8 +113,9 @@
114
113
115
{
116
"name": "xlsx",
117
- "path": "../node_modules/xlsx",
118
- "main": "xlsx"
+ "path": "../node_modules/xlsx/dist",
+ "main": "xlsx.full.min.js",
+ "exports": "XLSX"
119
120
"javascript-natural-sort",
121
"dexie",
0 commit comments