Stubs for adding and deleting a rule

This commit is contained in:
Tomas Bures 2017-08-16 21:41:36 +02:00
parent e5cf2962dc
commit 6fbbe9a497
4 changed files with 117 additions and 25 deletions

View file

@ -18,7 +18,7 @@ module.exports = {
rules: [
{
test: /\.(js|jsx)$/,
exclude: /(disposables)/ /* https://github.com/react-dnd/react-dnd/issues/407 */,
exclude: /(disposables|react-dnd-touch-backend)/ /* https://github.com/react-dnd/react-dnd/issues/407 */,
use: [ 'babel-loader' ]
},
{