All Projects → ediblecode → webpack3-ie8

ediblecode / webpack3-ie8

Licence: MIT License
PoC for using Webpack 3 in IE8

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to webpack3-ie8

react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (+40%)
Mutual labels:  webpack3
vue-taobao
基于 vue2 + vuex + mint-ui 构建一个单页面应用
Stars: ✭ 19 (+26.67%)
Mutual labels:  webpack3
frontend-boilerplate
Boilerplate to create powerful frontend applications
Stars: ✭ 17 (+13.33%)
Mutual labels:  webpack3
wx-mini
运用webpack编译构建小程序的脚手架(稳定版)
Stars: ✭ 21 (+40%)
Mutual labels:  webpack3
react-antd-ie8
兼容到ie8的react/antd/redux/router; demo查看 https://heavensky.github.io/react-antd-ie8 (慢) 或 http://heavensky.gitee.io/react-antd-ie8 (快); 全最新且支持ie9查看 https://github.com/HeavenSky/react-antd-ie9; 本项目已更新和迁移到 https://github.com/HeavenSky/webpack-frames
Stars: ✭ 18 (+20%)
Mutual labels:  ie8
boss-lite
Boss Lite - React Redux Material Admin Template
Stars: ✭ 148 (+886.67%)
Mutual labels:  webpack3
vue-picture-viewer
一款基于Vue2x的图片预览插件
Stars: ✭ 16 (+6.67%)
Mutual labels:  webpack3
egg-vue-typescript-boilerplate
Egg Vue TypeScript Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 69 (+360%)
Mutual labels:  webpack3
vue-template
🎉 一个集成了 webpack + vue-loader + vuex + axios 的自定义 vue-cli 模板,其中包含 webpack 热更新,linting,测试以及 css 处理器等内容
Stars: ✭ 25 (+66.67%)
Mutual labels:  webpack3
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (+26.67%)
Mutual labels:  webpack3
tde-webpack-mjml-plugin
Webpack plugin for converting MJML files to HTML
Stars: ✭ 12 (-20%)
Mutual labels:  webpack3
react-webpack-starter
A really simple boiler plate for creating react applications bundled by webpack (using ES6+, Babel, SASS and webpack development server) ⚛️
Stars: ✭ 86 (+473.33%)
Mutual labels:  webpack3
imitate-beautiful-thing
使用vue 做的一个h5 app。Using Vue to imitate a app.
Stars: ✭ 56 (+273.33%)
Mutual labels:  webpack3
bro-start
🚗💨 Blazing fast webpack setup for static websites
Stars: ✭ 12 (-20%)
Mutual labels:  webpack3
GemsAssetsWebpackBridge
It helps to build a bridge from ruby gems' assets to Webpack
Stars: ✭ 20 (+33.33%)
Mutual labels:  webpack3
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (-13.33%)
Mutual labels:  webpack3
react-boilerplate
Step by Step React Boilerplate
Stars: ✭ 35 (+133.33%)
Mutual labels:  webpack3
Vue2-All
Vue2 + Vue-router2 + Vuex + Webpack + axios + jwt
Stars: ✭ 67 (+346.67%)
Mutual labels:  webpack3
polypack
🔥 Polypack - Webpack build stack with focus on performance 🔥
Stars: ✭ 38 (+153.33%)
Mutual labels:  webpack3
ssr-starter-pack
Moved to https://github.com/Brigad/ssr-starter-pack
Stars: ✭ 12 (-20%)
Mutual labels:  webpack3

PoC for using ES6, Flow and Webpack 3 in IE8

IE8? Are you crazy?

Sadly, some of us still have to use IE8 for production apps. But we still want to use modern tooling. So this repo is an attempt to use ES6, Flow and Webpack in IE8.

Usage

npm i
npm start

Notes

  • Uses es3ify as a post loader to convert ES5 to ES3
  • Uses es5-shim from a CDN in the HTML source
  • "loose": true is needed in .babelrc to avoid Object.defineProperty
  • HMR needs to be turned off (adds Object.defineProperty that breaks IE8)
  • If you use UglifyJsPlugin don't forget the screw_ie8 option.

Related reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].