Skip to content

Commit 53b4f59

Browse files
committed
Fix build
1 parent 17b8034 commit 53b4f59

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

programs/develop/webpack/plugin-css/css-tools/less.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import path from 'path'
22
import fs from 'fs'
33
import * as messages from '../../lib/messages'
44
import {installOptionalDependencies} from '../../lib/utils'
5-
import {DevOptions} from '../../../commands/commands-lib/config-types'
65

76
let userMessageDelivered = false
87

programs/develop/webpack/plugin-css/css-tools/sass.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import path from 'path'
22
import fs from 'fs'
33
import * as messages from '../../lib/messages'
44
import {installOptionalDependencies} from '../../lib/utils'
5-
import {DevOptions} from '../../../commands/commands-lib/config-types'
65

76
let userMessageDelivered = false
87

0 commit comments

Comments
 (0)