1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

config AmazonMobileAnalytics

This commit is contained in:
Sosuke Suzuki
2017-05-31 22:04:25 +09:00
parent 2271def5d3
commit f8b6453be9
4 changed files with 71 additions and 8 deletions

View File

@@ -13,6 +13,10 @@ var config = Object.assign({}, skeleton, {
test: /\.styl$/,
exclude: /(node_modules|bower_components)/,
loader: 'style!css?modules&importLoaders=1&localIdentName=[name]__[local]___[path]!stylus?sourceMap'
},
{
test: /\.json$/,
loader: 'json'
}
]
},