Skip to content

Commit a7cb53d

Browse files
committed
fixed bundle names
1 parent e65d50e commit a7cb53d

2 files changed

Lines changed: 27 additions & 16 deletions

File tree

package-lock.json

Lines changed: 23 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const common = {
6161
}
6262
}
6363

64-
// Minified, rdflib external
64+
// UMD Minified, rdflib bundled
6565
const minified = {
6666
...common,
6767
mode: 'production',
@@ -76,7 +76,7 @@ const minified = {
7676
}
7777
}
7878

79-
// Unminified, rdflib external
79+
// UMD Unminified, rdflib bundled
8080
const unminified = {
8181
...common,
8282
mode: 'development',
@@ -90,7 +90,7 @@ const unminified = {
9090
}
9191
}
9292

93-
// Minified, rdflib bundled
93+
// UMD Minified, rdflib external
9494
const minifiedWithRdflib = {
9595
...common,
9696
mode: 'production',
@@ -105,7 +105,7 @@ const minifiedWithRdflib = {
105105
}
106106
}
107107

108-
// Unminified, rdflib bundled
108+
// UMD Unminified, rdflib external
109109
const unminifiedWithRdflib = {
110110
...common,
111111
mode: 'development',

0 commit comments

Comments
 (0)