We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6f8e6 commit 3821204Copy full SHA for 3821204
packages/extractor/tests/read-custom-options/test.ts
@@ -6,7 +6,7 @@ import dedent from 'ts-dedent'
6
7
test('read custom options', async () => {
8
fs.writeFileSync(path.join(__dirname, 'master.css-extractor.js'), dedent`
9
- module.exports = {
+ export default {
10
module: '.virtual:home.css'
11
}
12
`)
0 commit comments