Dmitriy Kurto

Results 3 comments of Dmitriy Kurto

@Abby805 IE11 doesn't support max-content In my case worked only ["to make your flex container also a flex item"](https://stackoverflow.com/a/40491316) simple example: ``` .wrapper { display: -ms-flexbox; display: flex; -ms-flex-direction: column;...

@Johums and @malinushj, try to add strings 'manifest' and 'vendor' in file webpack.base.js for pages that you made. For example: ``` plugins: [ htmlPage('popup', 'popup', ['manifest', 'vendor', 'popup']), htmlPage('background', 'background',...

@huxiaoqiang looks like all right. wrote you an email