Skip to content

Commit 60621b0

Browse files
committed
feature: @cloudcmd/modal: @supertape/loader-css v1.0.0
1 parent bdaa97e commit 60621b0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.madrun.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import {run, cutEnv} from 'madrun';
2+
import {defineEnv} from 'supertape/env';
23

3-
const env = {
4-
NODE_OPTIONS: '"--import supertape/css"',
5-
};
4+
const env = defineEnv({
5+
css: true,
6+
});
67

78
export default {
89
'watch': () => 'nodemon --watch lib --exec',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"url": "https://github.com/cloudcmd/modal/issues"
3737
},
3838
"devDependencies": {
39+
"@supertape/loader-css": "^1.0.0",
3940
"auto-globals": "^4.0.1",
4041
"clean-css-loader": "^4.2.1",
4142
"css-modules-require-hook": "^4.2.3",

0 commit comments

Comments
 (0)