vue2_ts_ol的bug合集
1、Module '"../../../node_modules/vuex/types"' has no exported member 'Dictionary'. Did you mean to use 'import Dictionary from "../../../node_modules/vuex/types"' instead?
2、Failed to compile.
./node_modules/color-parse/index.js 146:34 Module parse failed: Unexpected token (146:34) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders | }) | > space = cstr.match(/([a-z])/ig)?.join('')?.toLowerCase() || 'rgb' | } |