We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7169c5 commit 274bbf9Copy full SHA for 274bbf9
client/build.cjs
@@ -6,6 +6,6 @@ build({
6
minify: false,
7
outfile: 'adminsortable2/static/adminsortable2/js/adminsortable2.js',
8
plugins: [],
9
- sourcemap: true,
+ sourcemap: false,
10
target: ['es2020', 'chrome84', 'firefox84', 'safari14', 'edge84']
11
}).catch(() => process.exit(1));
0 commit comments