Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
- fix links to not have E but %2E
  • Loading branch information
gabrielcsapo committed May 15, 2019
1 parent fa137bc commit 60d6218
Show file tree
Hide file tree
Showing 51 changed files with 5,483 additions and 8,442 deletions.
3 changes: 0 additions & 3 deletions .storybook/.babelrc

This file was deleted.

26 changes: 22 additions & 4 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
module.exports = {
module: {
rules: [{
test: /\.css$/,
use: ['style-loader', 'css-loader'],
}]
test: /\.css$/,
use: [{
loader: 'style-loader'
},
{
loader: 'css-loader',
options: {
sourceMap: true
}
}
]
},
{
test: /.jsx?$/,
loader: 'babel-loader',
exclude: /node_modules/,
query: {
presets: ['@babel/env', '@babel/react']
}
}
]
}
}
};
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.2 (05/14/2019)

- fix links to not have $2E but %2E

# 1.3.1 (05/14/2019)

- moves body-parser to dependencies instead of devDependencies
Expand Down
2 changes: 1 addition & 1 deletion dist/app.js

Large diffs are not rendered by default.

Loading

0 comments on commit 60d6218

Please sign in to comment.