Skip to content

Use for assets #19

Open
Open
@iBobik

Description

@iBobik

I expected I can use this plugin for including assets in Webpack build:

import html from 'https://example.com/'
export default {
  data () {
    return {
      html
    }
  }
}

But it fails:


Downloading https://example.com... (repeated 2 times)                      23:26:48

 ERROR  Failed to compile with 1 errors                                    friendly-errors 23:26:52

This dependency was not found:                                             friendly-errors 23:26:52
                                                                           friendly-errors 23:26:52
* https://example.com/ in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./pages/pro-pruvodce.vue?vue&type=script&lang=js&
                                                                           friendly-errors 23:26:52
To install it, you can run: npm install --save https://example.com/

Do I use it incorrectly? How to do it correctly?

My motivation for using import for this (and not load it in the app) is to include it in app's build sources what will be deployed to a hosting together.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions