Giter VIP home page Giter VIP logo

Comments (4)

falcolee avatar falcolee commented on September 28, 2024

没有使用ewa build打包正式环境,开启webpack混淆压缩功能,实现了代码混淆,具体步骤:
npm i -D uglifyjs-webpack-plugin
修改ewa.config.js

'use strict';
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
...
  // webpack 插件
  plugins: [
    new UglifyJsPlugin()
  ],

希望留给后来人

from ewa.

lyfeyaj avatar lyfeyaj commented on September 28, 2024

ewa build 会自动混淆并压缩所有代码。

可以尝试关闭微信开发者工具的 开启es6转es5 配置后,再试试

image

from ewa.

lyfeyaj avatar lyfeyaj commented on September 28, 2024

@xiaogouxo 关闭微信开发者工具的开启es6转es5 选项之后,可以解决问题么?

from ewa.

falcolee avatar falcolee commented on September 28, 2024

@lyfeyaj 关闭 开启es6转es5 还是一样,部分组件功能异常,没有异常抛出。目前使用npm start加插件解决压缩混淆的需求,感谢!

from ewa.

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.