Skip to content

Commit

Permalink
Dashboard addons --> UMD
Browse files Browse the repository at this point in the history
Demonstrates a more complex extension + UMD registry
  • Loading branch information
abought committed Jun 17, 2020
1 parent 997d8e8 commit 3def34f
Show file tree
Hide file tree
Showing 14 changed files with 502 additions and 425 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
[
"@babel/preset-env"
]
],
"plugins": [
[
"module-resolver", {
"alias": {
"locuszoom": "./esm/index.js"
}
}
]
]
}
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"file": "./test2/setup.js",
"require": ["chai", "@babel/register"],
"require": ["chai", "@babel/register", "ignore-styles"],
"ui": "bdd",
"reporter": "spec",
"growl": false,
Expand Down
278 changes: 0 additions & 278 deletions assets/js/ext/lz-dashboard-addons.js

This file was deleted.

Loading

0 comments on commit 3def34f

Please sign in to comment.