mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
update rollup conf
This commit is contained in:
parent
a11a6cecf4
commit
e02d28dfd9
@ -20,6 +20,7 @@ const external = [
|
|||||||
'three/examples/jsm/postprocessing/RenderPass.js',
|
'three/examples/jsm/postprocessing/RenderPass.js',
|
||||||
'three/examples/jsm/postprocessing/Pass.js',
|
'three/examples/jsm/postprocessing/Pass.js',
|
||||||
'three/examples/jsm/postprocessing/SAOPass.js',
|
'three/examples/jsm/postprocessing/SAOPass.js',
|
||||||
|
'three/examples/jsm/postprocessing/SSAOPass.js',
|
||||||
'three/examples/jsm/postprocessing/SMAAPass.js',
|
'three/examples/jsm/postprocessing/SMAAPass.js',
|
||||||
'three/examples/jsm/postprocessing/ShaderPass.js',
|
'three/examples/jsm/postprocessing/ShaderPass.js',
|
||||||
'three/examples/jsm/postprocessing/UnrealBloomPass.js',
|
'three/examples/jsm/postprocessing/UnrealBloomPass.js',
|
||||||
@ -28,18 +29,18 @@ const external = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const cdnReplaces = {
|
const cdnReplaces = {
|
||||||
'from \'vue\'': 'from \'https://unpkg.com/vue@3.0.7/dist/vue.esm-browser.prod.js\'',
|
'from \'vue\'': 'from \'https://unpkg.com/vue@3.0.11/dist/vue.esm-browser.prod.js\'',
|
||||||
'from \'three\'': 'from \'https://unpkg.com/three@0.126.1/build/three.module.js\'',
|
'from \'three\'': 'from \'https://unpkg.com/three@0.127.0/build/three.module.js\'',
|
||||||
'from \'three/examples': 'from \'https://unpkg.com/three@0.126.1/examples',
|
'from \'three/examples': 'from \'https://unpkg.com/three@0.127.0/examples',
|
||||||
delimiters: ['', ''],
|
delimiters: ['', ''],
|
||||||
};
|
};
|
||||||
|
|
||||||
const plugins = [
|
const plugins = [
|
||||||
vue(),
|
vue(),
|
||||||
buble({
|
// buble({
|
||||||
transforms: { asyncAwait: false, forOf: false },
|
// transforms: { asyncAwait: false, forOf: false },
|
||||||
objectAssign: 'Object.assign',
|
// objectAssign: 'Object.assign',
|
||||||
}),
|
// }),
|
||||||
];
|
];
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
Loading…
Reference in New Issue
Block a user