Skip to content

Commit 8d7ef36

Browse files
committed
chore: update dependencies
1 parent ceacb4f commit 8d7ef36

File tree

6 files changed

+4513
-7552
lines changed

6 files changed

+4513
-7552
lines changed

.babelrc

Lines changed: 0 additions & 17 deletions
This file was deleted.

.babelrc.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
const browsers = [
2+
'last 8 versions',
3+
'safari > 8',
4+
'firefox > 23',
5+
'chrome > 24',
6+
'opera > 15',
7+
'not ie < 11',
8+
'not ie_mob <= 11',
9+
]
10+
11+
module.exports = {
12+
presets: [
13+
[
14+
"@babel/env",
15+
{ targets: browsers },
16+
],
17+
"@babel/react",
18+
],
19+
plugins: [
20+
"transform-react-handled-props",
21+
"@babel/plugin-proposal-class-properties",
22+
],
23+
env: {
24+
production: {
25+
plugins: [
26+
"transform-react-remove-prop-types",
27+
],
28+
},
29+
},
30+
}

example/semantic.min.css

Lines changed: 66 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)