Add Chromium Canary target

Bug: twpowertools:20

Change-Id: Ic6b8ef3832c3dff627c48e2274534cd1dd8a0b07
diff --git a/webpack.config.js b/webpack.config.js
index 05542b9..90f67b6 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -88,6 +88,15 @@
       new CopyWebpackPlugin({
         patterns: [
           {
+            from: path.join(
+                __dirname, 'src/icons', env.canary ? 'canary' : 'regular'),
+            to: path.join(outputPath, 'icons'),
+          },
+        ]
+      }),
+      new CopyWebpackPlugin({
+        patterns: [
+          {
             from: path.join(__dirname, 'src/static'),
             to: outputPath,
             globOptions: {