Code Monkey home page Code Monkey logo

Comments (4)

asadm avatar asadm commented on May 18, 2024 1

I think I found the issue, zero doesn't copy dotfiles. Can you try the latest beta:
npm i -g [email protected] or npm i -D [email protected]

from zero.

FDiskas avatar FDiskas commented on May 18, 2024 1

Works thanks. 💟

from zero.

asadm avatar asadm commented on May 18, 2024

Can you move package.json into src and then run zero inside src directory. When you do zero src the package.json isn't considered at all since it's not inside src directory. Hope that makes sense.

from zero.

FDiskas avatar FDiskas commented on May 18, 2024

Tried but nothing changed.
parcel generates:

body {
  font-family: sans-serif;
  font-size: 12px;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

._button_00649 {
  border: 1px solid red; }


/*# sourceMappingURL=/app.c328ef1a.css.map */

zero generates:

body {
  font-family: sans-serif;
  font-size: 12px;
  padding: 12px;
  user-select: none; }

.button {
  border: 1px solid red; }


/*# sourceMappingURL=/zero-builds/da39a3ee5e6b4b0d3255bfef95601890afd80709/html.static/app.c328ef1a.css.map */

Here is demo project: 🔎
Demo-app.zip

npm run zero and npm run parcel the css output is different

from zero.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.