Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a public path to home-spa build config #772

Closed
hybridx opened this issue Oct 30, 2020 · 0 comments
Closed

Add a public path to home-spa build config #772

hybridx opened this issue Oct 30, 2020 · 0 comments
Assignees
Labels
chore Internal things, technical debt, and to-do tasks to be performed.

Comments

@hybridx
Copy link
Contributor

hybridx commented Oct 30, 2020

Describe the solution you'd like

publicPath : '/'

  • in webpack output
    output: {
        filename: 'bundle.js',
        path: path.resolve(__dirname, 'dist'),
        publicPath : '/'
    },

Describe alternatives you've considered

None

Additional context

None

@hybridx hybridx added the chore Internal things, technical debt, and to-do tasks to be performed. label Oct 30, 2020
@hybridx hybridx added this to the MVP v0.1-alpha milestone Oct 30, 2020
@hybridx hybridx self-assigned this Oct 30, 2020
hybridx added a commit to hybridx/one-platform that referenced this issue Oct 30, 2020
@hybridx hybridx closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

1 participant