diff --git a/rollup.config.ts b/rollup.config.ts index 1de4e55bd6a..e397dbd872d 100644 --- a/rollup.config.ts +++ b/rollup.config.ts @@ -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