提交 58d5970f 编写于 作者: A Alex Dima

Adopt latest loader

上级 bc76d98e
......@@ -268,7 +268,7 @@ var CSSLoaderPlugin;
var fileName = req.toUrl(moduleName + '.css');
var contents = [
'/*---------------------------------------------------------',
' * Copyright (C) Microsoft Corporation. All rights reserved.',
' * Copyright (c) Microsoft Corporation. All rights reserved.',
' *--------------------------------------------------------*/'
], entries = global.cssPluginEntryPoints[moduleName];
for (var i = 0; i < entries.length; i++) {
......
......@@ -153,7 +153,7 @@ var NLSLoaderPlugin;
var fileName = req.toUrl(moduleName + '.nls.js');
var contents = [
'/*---------------------------------------------------------',
' * Copyright (C) Microsoft Corporation. All rights reserved.',
' * Copyright (c) Microsoft Corporation. All rights reserved.',
' *--------------------------------------------------------*/'
], entries = entryPointsMap[moduleName];
var data = {};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册