Skip to content

Commit

Permalink
fixed sourcemap issue for multiple lines of original text
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Mar 4, 2024
1 parent 3566fb1 commit bdd5434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions scripts/after-all-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const path = require('path');

module.exports = (o, Util) => {

//console.log(o.jobList);
// console.log(o.jobList);

const item = o.jobList.find((it) => it.name === 'rosa-ui');
if (!item) {
return 0;
}

//console.log(item);
// console.log(item);

if (!item.production) {
return 0;
Expand Down
7 changes: 2 additions & 5 deletions scripts/conf.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ module.exports = {
test: {
coverageProvider: 'v8',
coverageOptions: {
// logging: 'debug'
// reports: ['v8', ['html', {
// subdir: 'html'
// }]]
// logging: 'debug',

all: 'packages/rosa-ui/src',
// all: 'packages/rosa-ui/src',

sourceFilter: {
'**/webpack/**': false,
Expand Down

0 comments on commit bdd5434

Please sign in to comment.