Skip to content

Commit 1f2ea7b

Browse files
committed
readme and types updates
2 parents b47cc85 + 64553d6 commit 1f2ea7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The problem of typing has long been known to all Javascript developers. Someone
1717

1818
This boilerplate uses Webpack, Eslint, CSS Modules and Babel.
1919

20+
<i>You don't need</i> <strong>Create React App</strong>
21+
2022
Pull Requests are very welcome!
2123

2224
## Usage

types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ declare module '*.css' {
88
const css: any;
99
export default css;
1010
}
11-
12-
declare module '@sentry/webpack-plugin';

0 commit comments

Comments
 (0)