Add support for asc on project level
This commit is contained in:
@@ -8,8 +8,16 @@ module.exports = {
|
||||
config.resolve.alias['vscode'] = require.resolve(
|
||||
'@codingame/monaco-languageclient/lib/vscode-compatibility'
|
||||
)
|
||||
config.experiments = {
|
||||
topLevelAwait: true,
|
||||
layers: true
|
||||
}
|
||||
if (!isServer) {
|
||||
config.resolve.fallback.fs = false
|
||||
config.resolve.fallback = {
|
||||
...config.resolve.fallback,
|
||||
fs: false,
|
||||
module: false
|
||||
}
|
||||
}
|
||||
config.module.rules.push({
|
||||
test: /\.md$/,
|
||||
|
||||
Reference in New Issue
Block a user