We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b47cc85 + 64553d6 commit 1f2ea7bCopy full SHA for 1f2ea7b
README.md
@@ -17,6 +17,8 @@ The problem of typing has long been known to all Javascript developers. Someone
17
18
This boilerplate uses Webpack, Eslint, CSS Modules and Babel.
19
20
+<i>You don't need</i> <strong>Create React App</strong>
21
+
22
Pull Requests are very welcome!
23
24
## Usage
types/index.d.ts
@@ -8,5 +8,3 @@ declare module '*.css' {
8
const css: any;
9
export default css;
10
}
11
-
12
-declare module '@sentry/webpack-plugin';
0 commit comments