Skip to content

Commit

Permalink
remove source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Aug 30, 2024
1 parent 9a1df3d commit b93a16f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions libs/deps/commerce.js

This file was deleted.

1 change: 0 additions & 1 deletion libs/deps/mas/commerce.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion libs/deps/mas/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1714,4 +1714,3 @@ lit-html/is-server.js:
* SPDX-License-Identifier: BSD-3-Clause
*)
*/
//# sourceMappingURL=mas.js.map
1 change: 0 additions & 1 deletion libs/features/mas/commerce/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const { metafile } = await build({
minify: true,
outfile: '../../../../libs/deps/mas/commerce.js',
platform: 'browser',
sourcemap: true,
target: ['es2020'],
});

Expand Down
1 change: 0 additions & 1 deletion libs/features/mas/mas/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const defaults = {
bundle: true,
format: 'esm',
metafile: true,
sourcemap: true,
minify: true,
platform: 'browser',
target: ['es2020'],
Expand Down

0 comments on commit b93a16f

Please sign in to comment.