Commit 71d718a6 by Torkel Ödegaard

fix(systemjs): systemjs config fix for plugins

parent 3dc3d363
......@@ -34,6 +34,9 @@ System.config({
vendor: {
defaultExtension: 'js',
},
plugins: {
defaultExtension: 'js',
},
test: {
defaultExtension: 'js',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment