Skip to content

Commit

Permalink
Remove not about build-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Feb 6, 2022
1 parent f3f7ca9 commit 3c91cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const outputFile =
minified ? 'dist/maplibre-gl.js' : 'dist/maplibre-gl-unminified.js';

export default [{
// Before rollup you should run build-tsc to transpile from typescript to javascript (except when running rollup in watch mode)
// Rollup will use code splitting to bundle GL JS into three "chunks":
// - rollup/build/maplibregl/index.js: the main module, plus all its dependencies not shared by the worker module
// - rollup/build/maplibregl/worker.js: the worker module, plus all dependencies not shared by the main module
Expand Down

0 comments on commit 3c91cb3

Please sign in to comment.