Skip to content

Commit

Permalink
fix browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraBrooks committed Jan 25, 2024
1 parent f262df6 commit cc16639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module.exports = function(grunt) {
src: ['./tsbuild/RosLibBrowser.js'],
dest: './build/roslib.js',
options: {
plugin: ['esmify']
plugin: ['esmify'],
ignore: ["ws"]
}
}
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"browser": {
"./src/RosLibNode.js": "./src/RosLib.js",
"canvas": "./src/util/shim/canvas.js",
"ws": "./src/util/shim/WebSocket.js",
"./src/util/decompressPng.js": "./src/util/shim/decompressPng.js"
},
"devDependencies": {
Expand Down

0 comments on commit cc16639

Please sign in to comment.