Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82b18af

Browse files
committed
fix aurelia path
1 parent dc6b1e6 commit 82b18af

File tree

2 files changed

+71
-65
lines changed

2 files changed

+71
-65
lines changed

frameworks/non-keyed/aurelia/package-lock.json

Lines changed: 70 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/non-keyed/aurelia/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const when = (condition, config, negativeConfig) =>
1717
const outDir = path.resolve(__dirname, project.platform.output);
1818
const srcDir = path.resolve(__dirname, 'src');
1919
const nodeModulesDir = path.resolve(__dirname, 'node_modules');
20-
const baseUrl = '/';
20+
const baseUrl = '/frameworks/non-keyed/aurelia/dist/';
2121

2222
const cssRules = [
2323
{

0 commit comments

Comments
 (0)