Meteor.js 1.9.2 [vue-component] Error while compiling in tag <style> using lang scss TemplatingTools is not defined

I don’t use scss, but I got the following error when run the project with Meteor.js 1.9.2. It worked fine with Meteor 1.9.

[vue-component] Error while compiling in tag <style> using lang scss: Can't find handler for lang 'scss', did you install it?
[vue-component] Error while compiling in tag <style> using lang scss TemplatingTools is not defined
ReferenceError: TemplatingTools is not defined
    at throwCompileError (packages/vue-component/plugin/utils.js:200:15)
    at VueComponentTagHandler.getResults (packages/vue-component/plugin/tag-handler.js:256:15)
    at compileTags (packages/vue-component/plugin/vue-compiler.js:532:18)
    at compileOneFileWithContents (packages/vue-component/plugin/vue-compiler.js:541:12)
    at VueCompo.compileOneFile (packages/vue-component/plugin/vue-compiler.js:140:12)
    at packages/vue-component/plugin/vue-compiler.js:57:34
    at /Users/sven/.meteor/packages/akryum_vue-component/.0.15.2.7g3qva.ld59w++os+web.browser+web.browser.legacy+web.cordova/plugin.vue-component.os/npm/node_modules/meteor/vue-component/node_modules/async/dist/async.js:3110:16
    at replenish (/Users/sven/.meteor/packages/akryum_vue-component/.0.15.2.7g3qva.ld59w++os+web.browser+web.browser.legacy+web.cordova/plugin.vue-component.os/npm/node_modules/meteor/vue-component/node_modules/async/dist/async.js:1011:17)
    at /Users/sven/.meteor/packages/akryum_vue-component/.0.15.2.7g3qva.ld59w++os+web.browser+web.browser.legacy+web.cordova/plugin.vue-component.os/npm/node_modules/meteor/vue-component/node_modules/async/dist/async.js:1016:9
    at Object.eachLimit$1 (/Users/sven/.meteor/packages/akryum_vue-component/.0.15.2.7g3qva.ld59w++os+web.browser+web.browser.legacy+web.cordova/plugin.vue-component.os/npm/node_modules/meteor/vue-component/node_modules/async/dist/async.js:3196:24)
    at VueCompo.processFilesForTarget (packages/vue-component/plugin/vue-compiler.js:41:11)
    at __bottom_mark__ (/tools/utils/parse-stack.js:69:14)
    at /tools/isobuild/compiler-plugin.js:210:27
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at /tools/isobuild/compiler-plugin.js:197:22
    at Function.time (/Users/sven/.meteor/packages/meteor-tool/.1.9.2.109vys5.g4p2++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/tool-env/tools/tool-env/profile.ts:284:12)
    at /tools/isobuild/compiler-plugin.js:196:15
    at Function._.each._.forEach (/Users/sven/.meteor/packages/meteor-tool/.1.9.2.109vys5.g4p2++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:191:9)
    at CompilerPluginProcessor.runCompilerPlugins (/tools/isobuild/compiler-plugin.js:186:7)
    at ClientTarget._runCompilerPlugins (/tools/isobuild/bundler.js:1125:22)
    at /tools/isobuild/bundler.js:850:34
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at ClientTarget.make (/tools/isobuild/bundler.js:844:18)
    at /tools/isobuild/bundler.js:3183:14
    at /tools/isobuild/bundler.js:3334:25
    at Array.forEach (<anonymous>)
    at /tools/isobuild/bundler.js:3288:14
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at bundle (/tools/isobuild/bundler.js:3164:31)
    at /tools/isobuild/bundler.js:3109:32
    at Slot.withValue (/Users/sven/.meteor/packages/meteor-tool/.1.9.2.109vys5.g4p2++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/@wry/context/lib/context.js:73:29)
    at Object.withCache (/Users/sven/.meteor/packages/meteor-tool/.1.9.2.109vys5.g4p2++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/fs/tools/fs/files.ts:1650:39)
    at Object.bundle (/tools/isobuild/bundler.js:3109:16)
    at /tools/runners/run-app.js:572:24
    at Function.run (/Users/sven/.meteor/packages/meteor-tool/.1.9.2.109vys5.g4p2++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/tools/tool-env/tools/tool-env/profile.ts:289:14)
    at bundleApp (/tools/runners/run-app.js:571:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:613:35)
    at AppRunner._fiber (/tools/runners/run-app.js:919:28)
    at /tools/runners/run-app.js:401:12

you may need to add in this package if you have not already done so

https://atmospherejs.com/akryum/vue-sass

I don’t use sass in my project. It worked fine in Meteor 1.9 without vue-sass.