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

build problems #30

Closed
wltony opened this issue Sep 8, 2016 · 0 comments
Closed

build problems #30

wltony opened this issue Sep 8, 2016 · 0 comments

Comments

@wltony
Copy link

wltony commented Sep 8, 2016

Element version

  1. "babel-helper-vue-jsx-merge-props": "^1.0.1" in packages.json should be modified to
    "babel-helper-vue-jsx-merge-props": "^2.0.0"

2 .replace rm -rf with rimraf and cp -rf with cp-cli ,the build process will works fine on windows.

3 .cooking section bug?
[cooking] - info
Child scripts/cooking.conf.js:
Time: 16279ms
Asset Size Chunks Chunk Names
index.js 280 kB 0 [emitted] app

ERROR in ./packages/badge/src/main.vue

  3 |     <slot></slot>
  4 |     <sup
    |     ^
  5 |       v-text="content"

  Invalid self-closing tag: <sup
      v-text="content"
      class="el-badge__content"
      :class="{ 'is-fixed': $slots.default, 'is-dot': isDot }" />. This will be treated as the starting tag only in HTML5. Use <sup></sup> instead.
furybean added a commit that referenced this issue Sep 8, 2016
Update package.json scripts, fixed #30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant