Skip to content

Commit

Permalink
remove: unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HHongSeungWoo committed Oct 10, 2023
1 parent c69ff0b commit 8beed07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"rollup": "^2.38.5",
"rollup-plugin-internal": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"standard": "^11.0.1",
"ts-jest": "^28.0.2",
Expand Down
5 changes: 1 addition & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import typescript from '@rollup/plugin-typescript'

import internal from 'rollup-plugin-internal'


var path = require('path')
var pkg = require('./package.json')

Expand Down Expand Up @@ -97,7 +94,7 @@ const moduleConfig = {
// this version has three.js and everything else built in
const bundleConfig = {
input: 'src/ngl.ts',
plugins: [...plugins, internal(['three'])],
plugins: [...plugins],
output: {
file: 'build/js/ngl.dev.js',
format: 'umd',
Expand Down

0 comments on commit 8beed07

Please sign in to comment.