feat: remove miniAdapter

This commit is contained in:
2912401452 2021-11-01 22:00:04 +08:00
parent fd0bbc0545
commit ca05f04c30
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import babel from 'rollup-plugin-babel';
import glsl from './rollup-plugin-glsl';
import postcss from 'rollup-plugin-postcss';
import url from 'postcss-url';
import miniAdapter from './rollup-plugin-miniapp';
const { BUILD, MINIFY } = process.env;
@ -66,7 +65,6 @@ module.exports = [
[ '**/*.glsl' ],
true
),
miniAdapter(),
json(),
postcss({
extract: false,