From 06851cf7b0d7c08ae580615b1a20b700ef4d18a6 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Sat, 1 Jul 2017 21:50:52 -0700 Subject: Add .css.js file to test migration Configuring webpack to load .css and .css.js files with postcss while using css-js-loader for migration --- src/index.css.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/index.css.js (limited to 'src/index.css.js') diff --git a/src/index.css.js b/src/index.css.js new file mode 100644 index 0000000..23966b9 --- /dev/null +++ b/src/index.css.js @@ -0,0 +1,3 @@ +export const anotherOne = { + display: 'flex' +} -- cgit v1.2.3