We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 410569e + 9e95269 commit ed7ae6aCopy full SHA for ed7ae6a
.travis.yml
@@ -0,0 +1,10 @@
1
+dist: trusty
2
+language: node_js
3
+node_js:
4
+ - "8"
5
+
6
+install:
7
+ - yarn install
8
9
+script:
10
+ - yarn run test
README.md
@@ -1,5 +1,7 @@
# react-app-rewire-typings-for-css-module
+[](https://travis-ci.org/rainx/react-app-rewire-typings-for-css-module)
## Description
Use typings-for-css-module-loader for generate _.d.ts file for css module(Both _.module.css and \*.modules.scss"
0 commit comments