Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maksnester committed Nov 4, 2020
1 parent 7b72a32 commit e02b27f
Show file tree
Hide file tree
Showing 4 changed files with 2,818 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ document.body.onresize();


### Building
- The output javascript is a module built using rollup.
- The project can be build running the commands `npm install` and `npm run build`.


Expand Down
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,11 @@
"peerDependencies": {
"three": "^0.113.2"
},
"dependencies": {
"peer-deps-externals-webpack-plugin": "^1.0.4",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-web-worker-loader": "^0.6.0",
"webpack-cli": "^3.3.9",
"worker-loader": "^2.0.0"
},
"dependencies": {},
"devDependencies": {
"jsdoc": "^3.5.0",
"rollup": "^1.0.0",
"rollup-plugin-strip": "^1.2.1",
"webpack": "^4.41.2"
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"worker-loader": "^2.0.0"
}
}
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require('path');
//const PeerDepsExternalsPlugin = require('peer-deps-externals-webpack-plugin');

function resolve(name) {
return path.resolve(__dirname, name);
Expand Down Expand Up @@ -35,7 +34,4 @@ module.exports = {
root: '_',
},
},
plugins: [
//new PeerDepsExternalsPlugin(),
],
};
Loading

0 comments on commit e02b27f

Please sign in to comment.