Redux persist #225

Merged
6ea86b96 merged 8 commits from redux-persist into master 2017-06-15 16:13:31 +02:00
3 changed files with 232 additions and 406 deletions
Showing only changes of commit 28ea648215 - Show all commits

612
ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,19 +32,6 @@ module.exports = {
loaders: ["eslint"],
// define an include so we check just the files we need
include: PATHS.app
}
],
noParse: /node_modules\/localforage\/dist\/localforage.js/,
loaders: [
{ test: /\.css$/, loader: "style!css" },
{
test: /\.jsx?$/,
loader: 'babel',
exclude: /node_modules/,
query: {
cacheDirectory: true,
presets:[ 'es2015', 'react', 'stage-2' ]
}
},
{
test: /\.css$/,

View file

@ -40,19 +40,6 @@ module.exports = {
loaders: ["eslint"],
// define an include so we check just the files we need
include: PATHS.app
}
],
noParse: /node_modules\/localforage\/dist\/localforage.js/,
loaders: [
{ test: /\.css$/, loader: "style!css" },
{
test: /\.jsx?$/,
loader: 'babel',
exclude: /node_modules/,
query: {
cacheDirectory: true,
presets:[ 'es2015', 'react', 'stage-2' ]
}
},
{
test: /\.css$/,