Skip to content

Commit 4ffa182

Browse files
author
ludak
committed
Expose the library through the variable orbarr
1 parent ebbae2b commit 4ffa182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
output: {
1010
filename: "[name].js",
1111
path: path.join(__dirname, 'dist'),
12+
library: "orbarr"
1213
},
1314
module: {
1415
rules: [

0 commit comments

Comments
 (0)