Skip to content

Commit cd92db1

Browse files
committed
[ci skip] chore: fix css name of maptalks-gpu and turn off beautify
1 parent da960cd commit cd92db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/maptalks-gpu/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = [
1818
copy({
1919
targets: [
2020
{ src: '../maptalks/assets/*', dest: 'dist' },
21-
{ src: '../maptalks/assets/maptalks.css', dest: 'dist/', rename: 'maptalks-gl.css' },
21+
{ src: '../maptalks/assets/maptalks.css', dest: 'dist/', rename: 'maptalks-gpu.css' },
2222
]
2323
}),
2424
nodeResolve({
@@ -37,7 +37,7 @@ module.exports = [
3737
output: {
3838
ecma: 2017,
3939
// keep_quoted_props: true,
40-
beautify: true,
40+
beautify: false,
4141
comments: '/^!/'
4242
}
4343
})

0 commit comments

Comments
 (0)