mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
Remove webpack buffer fallback
This was needed for `yaml-languagerserver-parser`, which is no longer used.
This commit is contained in:
parent
90a7bcda0a
commit
c5d83c4543
1 changed files with 0 additions and 4 deletions
|
|
@ -9,10 +9,6 @@ module.exports = {
|
|||
devtool: 'source-map',
|
||||
resolve: {
|
||||
extensions: ['.mjs', '.js', '.ts'],
|
||||
fallback: {
|
||||
// Yaml-ast-parser-custom-tags imports buffer. This can be omitted safely.
|
||||
buffer: false,
|
||||
},
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue