Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Vueify seems to remove input type attribute #45

@eduardostuart

Description

@eduardostuart

When I set NODE_ENV=production my input type attribute disappear. Am I doing something wrong?

"vue-hot-reload-api": "^1.2.2",
"vueify": "^8.1.1",
"vueify-insert-css": "^1.0.0"
"gulp": "^3.8.8",
"babel-core": "^6.3.26",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-runtime": "^5.8.34",

Webpack related: vuejs/vue-loader#33

Before:

<input type="text" name="something" class="form-control" v-model="something">

After:

<input name=something class=form-control v-model=something>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions