Skip to content

Commit

Permalink
Build config
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Nov 10, 2022
1 parent 29d3328 commit cfe8542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
import React, { useCallback, useEffect, useState } from 'react';
import React, { useCallback } from 'react';
import { useMasa } from '../../../../helpers/provider/use-masa';
import { MasaLoading } from '../../../masa-loading';

Expand Down
2 changes: 1 addition & 1 deletion tsdx.config.js
Expand Up @@ -8,7 +8,7 @@ module.exports = {
...config.plugins,
sass({
sass: require('node-sass'),
watch: 'src/',
watch: './',
}),
postcss({
extensions: ['.css', '.scss', '.less'],
Expand Down

0 comments on commit cfe8542

Please sign in to comment.