mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Updated wording
This commit is contained in:
parent
4596462f29
commit
b214930f8e
@ -169,7 +169,7 @@ describe('react-webpack:app non-default-prompts', () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should append the postcss loader to the style pipes', () => {
|
it('should insert the postcss loader into the style pipes', () => {
|
||||||
|
|
||||||
assert.fileContent('cfg/base.js', 'loader: \'style!css!postcss-loader\'');
|
assert.fileContent('cfg/base.js', 'loader: \'style!css!postcss-loader\'');
|
||||||
//assert.fileContent('cfg/base.js', 'loader: \'style-loader!css-loader!postcss-loader\'');
|
//assert.fileContent('cfg/base.js', 'loader: \'style-loader!css-loader!postcss-loader\'');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user