Git Product home page Git Product logo

easywebpack-multiple-html-boilerplate's Issues

使用过程的几个疑问

  • webpack打包后的html引用的js和css,使用的是绝对路径。希望能改为相对路径
  • 使用了postcss,但为什么打包后css文件并未自动添加兼容性前缀?如transform: rotate(45deg)打包后还是原样
  • 希望集成webpack-dev-server功能
  • 开发模式下,就已经使用webpack对文件进行处理了?这样不利于debug吧?

进行扩展中的一个问题

例如这个example是可以打开nunjucks的,在使用这个模板的过程中,如果我想使用zepto.js,将他放在asset/js的目录中,在模板中通过 <script type="text/javascript" src="/asset/js/zepto.min.js"></script>引入,但当本地启动时,并不能成功加载,请问该如何解决。

项目打包后,autoprefixer不起作用

你好,本地运行时autoprefixer是生效的,但是打包后生成的css文件还是原样,是否有其他地方未配置?
postcss.config的配置如下:
module.exports = { plugins: [ require('autoprefixer') ] }

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.