提交 996edf8e 编写于 作者: M Martin Aeschlimann

Fixes #2787: Salsa doesn't support AMD and we should warn users that AMD is not supported

上级 a3209b5e
......@@ -29,10 +29,9 @@
"format": "uri"
},
"module": {
"description": "Specify module code generation: 'CommonJS', 'Amd', 'System', 'UMD', 'es6', or 'es2015'.",
"description": "Specify used module type: 'commonjs', 'system', 'umd', 'es6', or 'es2015'. Note: 'amd' is currently not supported.",
"enum": [
"commonjs",
"amd",
"umd",
"system",
"es6",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册