mirror of https://github.com/webpack/webpack.git
15 lines
622 B
JavaScript
15 lines
622 B
JavaScript
"use strict";
|
|
|
|
module.exports = [
|
|
[/export 'global' \(imported as 'style'\) was not found/],
|
|
[/export 'nested2' \(imported as 'style'\) was not found/],
|
|
[/export 'global-color' \(imported as 'style'\) was not found/],
|
|
[/export 'GLOBAL-COLOR' \(imported as 'style'\) was not found/],
|
|
[/Broken '@value' at-rule: @value;'/],
|
|
[/export 'global' \(imported as 'style'\) was not found/],
|
|
[/export 'nested2' \(imported as 'style'\) was not found/],
|
|
[/export 'global-color' \(imported as 'style'\) was not found/],
|
|
[/export 'GLOBAL-COLOR' \(imported as 'style'\) was not found/],
|
|
[/Broken '@value' at-rule: @value;'/]
|
|
];
|