1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

update rollup

This commit is contained in:
Kevin Levron 2021-04-04 21:09:29 +02:00
parent db5aca7538
commit 7d4cda3fc5

View File

@ -1,6 +1,6 @@
// import commonjs from '@rollup/plugin-commonjs'; // import commonjs from '@rollup/plugin-commonjs';
import vue from 'rollup-plugin-vue'; import vue from 'rollup-plugin-vue';
import buble from '@rollup/plugin-buble'; // import buble from '@rollup/plugin-buble';
import { terser } from "rollup-plugin-terser"; import { terser } from "rollup-plugin-terser";
import replace from '@rollup/plugin-replace'; import replace from '@rollup/plugin-replace';
@ -25,6 +25,7 @@ const external = [
'three/examples/jsm/postprocessing/ShaderPass.js', 'three/examples/jsm/postprocessing/ShaderPass.js',
'three/examples/jsm/postprocessing/UnrealBloomPass.js', 'three/examples/jsm/postprocessing/UnrealBloomPass.js',
'three/examples/jsm/shaders/FXAAShader.js', 'three/examples/jsm/shaders/FXAAShader.js',
'three/examples/jsm/webxr/VRButton.js',
'vue', 'vue',
]; ];