From 4222acf152a8bf2b2414f99d8aa442b10c04e7e8 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sat, 11 May 2019 20:27:37 -0400 Subject: Update Webpacker in Action Text's test dummy app --- actiontext/test/dummy/postcss.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 actiontext/test/dummy/postcss.config.js (limited to 'actiontext/test/dummy/postcss.config.js') diff --git a/actiontext/test/dummy/postcss.config.js b/actiontext/test/dummy/postcss.config.js new file mode 100644 index 0000000000..aa5998a809 --- /dev/null +++ b/actiontext/test/dummy/postcss.config.js @@ -0,0 +1,12 @@ +module.exports = { + plugins: [ + require('postcss-import'), + require('postcss-flexbugs-fixes'), + require('postcss-preset-env')({ + autoprefixer: { + flexbox: 'no-2009' + }, + stage: 3 + }) + ] +} -- cgit v1.2.3