Remove (now-unused) i18n loader from scatterplot's webpack config (was there for utils)

This commit is contained in:
Dannon Baker
2017-12-04 08:46:03 -05:00
parent 2083ce9ea0
commit 6fbaced59b
@@ -17,13 +17,6 @@ module.exports = {
backbone: path.join(lroot, "backbone.js"),
}
},
resolveLoader: {
alias: {
// since we support both requirejs i18n and non-requirejs and both use a similar syntax,
// use an alias so we can just use one file
i18n: "amdi18n-loader"
}
},
module: {
rules: [
{