We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a0d14 commit b036171Copy full SHA for b036171
blueprints/app/files/__name__/index.js
@@ -1,4 +1,4 @@
1
-const bundle = require('./dist/<%= name %>.bundle');
+const bundle = require('./dist/app.bundle');
2
const container = bundle();
3
4
const Application = container.lookup('app:application');
0 commit comments