trunk/pc4mobx/organization/style/index.js

3 lines
102 B
JavaScript
Raw Normal View History

2022-05-05 15:57:07 +08:00
const req = require.context('./', false, /\.\/\w+\.(less|css)/);
req.keys().forEach(mod => req(mod));