mirror of https://gitee.com/antv-l7/antv-l7
feat: remove miniAdapter
This commit is contained in:
parent
fd0bbc0545
commit
ca05f04c30
|
@ -9,7 +9,6 @@ import babel from 'rollup-plugin-babel';
|
||||||
import glsl from './rollup-plugin-glsl';
|
import glsl from './rollup-plugin-glsl';
|
||||||
import postcss from 'rollup-plugin-postcss';
|
import postcss from 'rollup-plugin-postcss';
|
||||||
import url from 'postcss-url';
|
import url from 'postcss-url';
|
||||||
import miniAdapter from './rollup-plugin-miniapp';
|
|
||||||
|
|
||||||
|
|
||||||
const { BUILD, MINIFY } = process.env;
|
const { BUILD, MINIFY } = process.env;
|
||||||
|
@ -66,7 +65,6 @@ module.exports = [
|
||||||
[ '**/*.glsl' ],
|
[ '**/*.glsl' ],
|
||||||
true
|
true
|
||||||
),
|
),
|
||||||
miniAdapter(),
|
|
||||||
json(),
|
json(),
|
||||||
postcss({
|
postcss({
|
||||||
extract: false,
|
extract: false,
|
||||||
|
|
Loading…
Reference in New Issue