Webpack build command. So how do I specify an output filename with the .

Webpack build command. Dec 11, 2020 · i'm new to prestashop theme development.
Webpack build command node -v: v16. js? BTW, is there a way to generate a bundled & minified CSS instead of a JS file? Sep 14, 2021 · As I am sure you can guess, the webpack. Run the following command to install Webpack and Webpack CLI: npm install --save-dev webpack webpack-cli This command installs Webpack as a development dependency in your project, ensuring it is available for your project's build processes. webpack を実行します (デフォルトのコマンド、省略可能)。 npx webpack build [options] example. In my case, I just created index. json, and so on. 15. However, the second I try to do a Webpack build from the Linux subs Oct 22, 2017 · webpack --progress --profile --watch --mode development Step 2 - In the post build event, I have added the following, this will run the powershell command to open the . Before we s What I'm trying to achieve is having the container build and run the compiled bundle. Nov 17, 2017 · Configure build to whatever command needs to run to build your project. json "scripts" and use npm run prod instead. js using an environment flag passed into the webpack build via an npm run script. {, "scripts": {"build": "webpack -p"},} We should now add the html-webpack-plugin to new index. Now, let's modify our npm scripts to use the new configuration files. We also found out the the production flag is preferred. I've saved the file and run the command docker-compose down and up, but webpack still shows like the image. js", but I feel this way may be a little dangerous with the rm -rf command, any better suggetion? Mar 20, 2019 · Cannot replace command 'webpack' by 'npm run build' 6. js, which is the default. Latest version: 0. So how do I specify an output filename with the Webpack can watch files and recompile whenever they change. A quick note about passing variables from npm run scripts to Jun 6, 2020 · The problem you are trying to circumvent is that webpack by default does not build the first time in watch mode, so you either need to change a file after starting webpack or run webpack without watch. S:\project>npm run build > project@version build S:\project > export NODE_ENV=dev && webpack Der Befehl "export" ist entweder falsch geschrieben oder konnte nicht gefunden werden. 5. js file like below Webpack is used to compile JavaScript modules. However if I try to refresh the browser I can't see my changes. I try to inject global variables using webpack. base. CSS プリプロセッサー 通过 webpack help [command] [option] 以及 webpack [command] --help 均可获得帮助信息: npx webpack --help # or npx webpack help. May 22, 2017 · Webpack being the one receiving the arguments, you can save your command line arguments in a dedicated environment variable (which exists only within the session): // webpack. I think the transpiling does not work properly. exe from the command line as well to check for any errors. The first part of setting up a webpack config is defining the entry point, what file or files webpack will look at to compile. json or webpack. Jun 4, 2017 · I'm trying to convert an angular app from gulp to webpack. It is not possible to have a build that takes so long. js && <your_existing_webpack_build_command> Caveats & Recommendations Do not use this method with a public facing repository [open] because any PR or branch deploy could create a simple script into your code to expose the API_KEY A superior CLI experience for webpack. 0. /dst/bundle. npm run build Webpack Build. Per default, it is set to development. Run the webpack-dev-server. map" } Whenever you want to build a your bundle as well as uglified code and sourcemaps, run the npm run build command. 13. Used webpack to integrate. tsx --config webpack-config. There are so many ways to create a react app. Validate a webpack configuration. json file: "scripts": { "build": "webpack-cli app. js but the process did not exit after this build, the build process was successfully, how to make the process exit? when I run this command in the CI, I want this command would end so that the procedure could go to next step. /webpack. Webpack Output Why Use Webpack? It ensures faster loading by bundling and compressing files. The condition is: "To have this work, make sure that webpack is configured as a development dependency in your package. So you won't actually see it amongst your files. I can't understand that why you are building another file separately. If you're still new to webpack, please read through the core concepts and this comparison to learn why you might use it over the other tools that are out in the community. You have to run it as an NPM script by adding something like "prod": "webpack --mode production --env production" in package. js file: module. webpack CLI provides a flexible set of commands for developers to increase speed when setting up a custom webpack project. json Sep 14, 2021 · As I am sure you can guess, the webpack. E. config. You switched accounts on another tab or window. Building for Production $ quasar build -m pwa # . g. The part in German means that command 'export' could not be recognized or was not written correctly. Environment variables will be made accessible in your webpack. The Command Line Interface (CLI) to configure and interact with your build. Use this if you want to specify something different than webpack. My application contains graphs,antd,redux libraries. Go ahead and run that command to verify you have things set up properly. The command line usage is preferred for values that may change per build execution such as the git commit hash or an environment variable. in gulp I use gulp-preprocess to replace some variables in the html page (e. js can be generated correctly. So I modify the script in file package. flag --configuration production bundle for production is now the default (see the Angular documentation to customize it if needed). Display help for commands and options. This command will remove the single build dependency from your project. Dec 10, 2024 · To build using a third-party tool like Webpack, you can add a command-line build script to your package. js file doesn’t exist yet though. I am new to Node Js and Webpack. 14. For the start script, which runs webpack-dev-server, we will use webpack. js to my project and i executed webpack --mode=production, bundle. webpack --config example. CLI for webpack & friends. build|bundle|b [entries] [options] - Run webpack (default command, can be omitted). Is there anything wrong with my package. js -c -m -o . Jan 15, 2019 · Once you think you are ready to get the app bundled, you just need to hit the command, npm build, and webpack will create an optimised bundle in your project folder which can be deployed on any web server. I get a new wrapper. i had setup my local enviroment and all works fine. jsと同時にインストールされます。 各種ビルドツールは、npmを使ってインストールすることができます。 今回は、webpackを使ってみます。 参考記事. argv) export default { Jun 4, 2016 · ng build (run in command line when directory is projectFolder). I mean it does not include code from my original wrapper. If you're going to build for a sub-domain, follow these instructions: Create a file that's name is vue. js and then run bash build-all. Alternatively, run msbuild /v:diag > diag. You could even delete your dist directory prior to running the yarn build command to verify that the directory is being generated. config file is present, the webpack command will build your application based on the configuration made available in the file. webpack is not a slow bundler. Passing Command Line Data to Webpack Via NPM Run Arguments. Aug 9, 2021 · I've considered the webpack-bundle-analyzer, but the command and JSON file output seems to be doing so much that is irrelevant for my use case. json right now: "dev": "rm -rf src/bundle && webpack --mode development --config build/webpack. I've also considered the bundlesize package but it mostly does a comparison check and reports the fail or success status as the command output. Sep 21, 2024 · 3. Mar 25, 2016 · I'm using webpack. When building the React app with webpack, I launch the command yarn build: &quot;scripts&quot;: { Build. json file, add a script to run Webpack: "scripts": { "build": "webpack" } Now you need to run the command to build the project. So we need to create it in our application Jan 12, 2015 · Webpack version ist 1. js Jul 9, 2014 · I have two files that I distribute that have the build number from the viewpoint of both git and npm (package. Not sure why the "webpack. DefinePlugin" answer is the top one everywhere for defining Environment based imports/requires. js. env file that contains the NODE_ENV variable. json project file. js But this creates a folder named background. 4, last published: 4 months ago. Options: -c, --config <value> Provide path to a webpack configuration file e. js -p || . I tried to start a project with module-loaders. prod. min. This is the command I use: webpack --mode production . ts import createWebpackConfig from '. Do not run Lighthouse on your development build because at this stage the code is intentionally not optimized and contains embedded source maps (among many other things). But, getting the Red Icon in bro Jan 5, 2019 · When you use the create-react-app you have already installed and pre-configured webpack, you can build your project using npm run build command. js" Above, we added the --config flag and specified a webpack. I was thinking of creating another command somethin Dec 6, 2016 · For TFS CI build, you can refer to these steps to achieve your requirement. js size is showing 5MB. Add npm step Add Command Line step Note: There is –bail argument, which is required otherwise the step/task will be succeed even though webpack command throws exception. env. 1. In the first time to build with webpack dev server, it's run okay. This page explains how to enable this and a couple of tweaks you can make if watching does not work properly for you. template. How to exit? remove --progress and webpack-dashboard,still can't. webpack --json webpack --json > stats. Maybe there are some gentle decisions Mar 8, 2016 · When using the dev server, the output is placed on it. Outputs information about your system. I used the command prompt to cd into this directory and then ran the following command npm init and then installed webpack via npm using the command below : Mar 13, 2019 · With that basic setup, you can run $ npm run build command. Compress using Brotli compression the resources using the following command Sep 30, 2016 · Use webpack. json I'm trying to use webpack in a script but it keeps failing. 显示已安装的 package 以及子 package 的版本。 Feb 22, 2020 · According to Microsoft's documentation, it seems that a "webpack" command in the script section of your YAML pipeline should do the trick: - script: webpack. js generated in build directory, but it seems very generic. MY_APPLICATION_NAME_ARGS = JSON. . As of webpack v4, webpack is not expecting a configuration file, but often developers want to create a more custom webpack configuration based on their use-cases and needs. 2 Time: 3826ms Asset Size Chunks Chunk Names bundle. (Cache disabled on dev tools and Ctrl+F5 pressed). 2. 列出所有 cli 支持的命令和 flag. js, and for the build script, which runs webpack to create a production build, we will use webpack. Turn on watch mode. log("Hello world! My name is Uche Azubuko. js inside my build folder. js" }, When running the Make sure you don’t do a full rebuild. You signed out in another tab or window. Also I don't commit npm_modules folder and public folder, where all generated files are. i try to build a theme from the classic default theme. js are served with the contents of the /static/js/main. May 18, 2017 · Try running webpack. The webpack command line environment option--env allows you to pass in as many environment variables as you like. json). bin\webpack build or npx webpack build, you underlying call node_modules\. See configuration for the options in the configuration file. Jun 30, 2017 · webpack -v: webpack command not found. js file. Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. /scripts/create-env. When working with a Node. The build command will run commands that prepare the project to be served to the users. webpack. A quick note about passing variables from npm run scripts to Apr 6, 2019 · Please check my edited code. 12. It does not matter it you have it in your devDependencies. webpack CLI addresses these needs by providing a set of tools to improve the setup of custom webpack Nov 29, 2017 · So far we have been using the webpack CLI to build. You can use every keyword you want to define some shortcuts to launch commands. Webpack will need to run in the directory the js code is in, sou you probably need <Exec Command="webpack. "build": "webpack --mode production" Is the command I'm using I got the site to deploy but Mar 27, 2018 · Pls someone explain this to me. Read the installation guide if you don't already have webpack and CLI installed. js inside it exported as a component. js process. Sep 5, 2020 · If you want to create a build for a domain, you can use the $ npm run build command. npm install --save-dev webpack-cli Installing locally is what we recommend for most projects. I searched in internet using webpack we can reduce size of the build then i added webpack. 查看特定命令或选项的帮助: npx webpack help--mode version. In this example, the npm run build command triggers the build script in package. js--stats verbose Init. And I can't figure out how to build my app (I have webpack build command) after deploy and setup my server (it's already looking for public folder). But every time I run npm run build no build folder is created. js and React . html. It is our use of webpack that makes it slow. Both don't seem to work. sh to execute. jsのパッケージ管理ツール。 Node. bin\webpack-cli build actually. database name) depending on the NODE_ENV. conf. Apr 18, 2024 · "scripts": { "build": "webpack --mode production" } # Output: # Successfully created a production build. html, and requests to static paths like /static/js/main. This command tells Webpack to bundle your project’s assets for production, optimizing them for speed and Dec 11, 2024 · In the package. Conclusion. or the longer form: $ quasar build --mode pwa Feb 8, 2019 · Trying to figure out how can I create a production build with webpack but first run it locally as a last test before deploying it to the server. dev. But it did not work. Jun 4, 2021 · An example is the modified build command from the package. It is especially useful in the case of early prototyping and profiling. 新しい webpack プロジェクトを初期化するために使用されます。 npx webpack init [generation-path] [options] example webpack is a module bundler. In this example, we'll set the entry point to the src/index. log to get a diagnostic log that will show webpack's output as well. sh like this: # build-all. When you run webpack, you can specify a config file on the command line with --config. json: "scripts": { "build": "webpack && uglifyjs . If you want to use a non-standard webpack configuration, you can run npm run eject command, after which the configuration files will be created in your project and you can change them. This means that after the initial build, webpack will continue to watch for changes in any of the resolved files. Supporting developers is an important task for webpack CLI. – Mar 5, 2016 · Webpack CLI is now in a separate package and must be installed globally in order to use the 'webpack' command: npm install -g webpack-cli EDIT: Much has changed. html in a meta tag, but haven't figured that out yet (how can I make a DEFINE from file contents or a cmd output?). version|v [commands] You can use argv npm module (install it by running npm install argv --save) for getting params in your webpack. I tried to use webpack-dev-server with the command: webpack-dev-server --hot It looks like it is building again, it outputs the message. You could write a script called build-all. Jan 26, 2022 · I am tried to do this work using this command in the package. help|h [command] [option] - Display help for commands and options. Command line usage takes precedence if the same identifier is present for both. I've added the stats: 'errors-only' . exe" WorkingDirectory="D:\js_code" /> Jan 9, 2019 · For this step, make sure you have NodeJS installed on your system, then we will install webpack globally using this command: npm install -g webpack OR sudo npm install -g webpack Once it’s done installing run the following command: webpack It will bundle up our file successfully but we should see a warning in the terminal like this: Webpack Jun 16, 2015 · Jozsefs-MBP:react-webpack-babel joco$ webpack -d Hash: c75d5fb365018ed3786b Version: webpack 1. x command to build a react app: webpack --mode production --config config/webpack. Defining the build command standardizes this preparation process regardless of the tools being used. stringify(process. With gulp, gulp build, with TypeScript tsc -p tsproject. boolean = false. Tried to install webpack globally or locally and a lot of other ways to fix this issue but failed, below solution fixed my case (my case is a little bit special, I reset the prefix as below) Dec 17, 2020 · I want to create a file named background. js file, that one includes addEventListener and some other functions, but the generated output does not include them. npx webpack build --config. But before we run the build command, let us quickly include a few lines of JavaScript code in the src/index. webpack-command: the lightweight, opinionated and modern CLI. A filename or a set of named filenames which act as the entry point to build your project. // scripts/build. Nov 8, 2022 · You are trying to run webpack as a linux command. I didn't find any other flag on the webpack-cli documentation. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. Webpack folks do not recommend installing the CLI globally (or separately for that matter). In the console, you should see something like this: Dec 21, 2020 · The webpack-dev-server command is now webpack serve. 4. DefinePlugin, but in the build result I can see the variables not being I am using webpack to build my react code and everything else and each time I change my javascript webpack does what I want, it sees I make a change and then it builds it. The problem with that approach is that you are still delivering all those modules to the client -> check with webpack-bundle-analyezer for instance. js as the file having the new webpack configuration. html file, index. What is the best Aug 6, 2020 · Ensure that you're importing your components properly with the exact folder/file name. I want to use the command npm run build to call webpack. js webpack --config Wiris/webpack. 5 MB 0 [emitted] main bundle. Jan 6, 2017 · If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. , "build": "webpack --config webpack. Webpack has a great caching layer that allows you to keep already compiled modules in memory. json. But I have a problem, I have some file scripts. <hash>. configtest|t [config-path] - Validate a webpack configuration. sh" }, If I run npm run build-staging it webpack runs the build and works fine. After finishing my project i executed npm run build and npm run analyze, bundle combined size is showing 3MB. /src/background -o . Any suggestions ands help is appreciated. Add the the webpack command to your npm scripts so we can always run the production, even if we don’t think about it. js" } For an example of using Webpack with React and a Webpack configuration file, see Create a web app with Node. Hot Network Questions webpack --help webpack -h Build source using a config file. Step 4: Add Sass Support Aug 11, 2019 · webpackの立ち位置が微妙なところです。 npmとは. But when server ru May 31, 2020 · I am trying to deploy my site on netlify. Node modules are packages that contain reusable code. npm ERR! Jan 5, 2025 · This configuration tells npm to run the webpack command with the --mode production flag when running the build script, and to run the webpack-dev-server command with the --mode development flag when running the start script. this needs webpack & cross-env packages (and all other used packages during webpack) installed & a working webpack. There are 21 other projects in the npm registry using webpack-command. dist. Dec 11, 2020 · i'm new to prestashop theme development. For example, --env production or --env goal=local. It depends on your project. Asset modules are introduced, On every build, webpack will generate the bundles and put them in the deploy folder, Dec 30, 2019 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Oct 21, 2021 · # Multi-stage Docker file # 1) Build the node project with the latest version of node # 2) NGNIX to serve the production front end packed via webpack # Stage 1: Building the application FROM node:latest AS build WORKDIR /app # Copy the app to the working directory on the image COPY . If I manually run this bash file it runs, so my issue is having it chain and run after the webpack script is finished. Once installed, you can interact with webpack either from its CLI or API. By default webpack ships with. There are some tools that help to use it: webpack-dev-server: Serves all webpack assets from memory. bat file, and then continue on with the build, for release mode, it calls the script build:prod in my packages config Dec 3, 2019 · You signed in with another tab or window. Since you are using webpack, I assume it would be webpack --config webpack. js in the root of your project. Reload to refresh your session. /build-staging. js file in dist folder. For the most part, the CLI is used to kick off the process using a configuration file and a few flags (e. npx webpack --env goal = local --env production --progress tip Usage: webpack [entries] [options] Alternative usage to run commands: webpack [command] [options] The build tool for modern web applications. json, which in turn runs webpack --mode production. Node. I am using linux This is my package. webpack-dev-middleware: The same performance as webpack-dev-server for advanced users. Start using webpack-cli in your project by running `npm i webpack-cli`. js file: // src/index. js file or the webpack. npx webpack --help = verbose. js file will configure the build to select either the webpack. npm run build creates a build directory with a production build of your app. Thanks in advance. Focus error, a morning lost Since this command launches a webpack build in production mode, I figured out that the culprit Mar 29, 2020 · "scripts": { "build": "webpack --config=webpack. webpack May 9, 2019 · Webpack successfully run build, but can't auto exit command after. js file and as for production you use -p flag "build": "webpack -p", you can add condition in webpack. js Print result of webpack as a JSON. Jul 31, 2018 · I'm unable to create the production build for my react application. Also, you can add variable in build definition (variable tab) Let's start setting up a Webpack build. Change the Output Feb 26, 2018 · Explanation and alternative solutions: Why there is the problem in the first place? The following indicates that both webpack and webpack-cli packages are locally installed: Apr 20, 2023 · Let us create a new command called build, which would have webpack as its value. Create a webpack. watch. Feb 25, 2021 · When you execute node_modules\. Start using webpack-command in your project by running `npm i webpack-command`. The webpack. js: package. Sep 7, 2015 · Once a webpack. map 1. Latest version: 5. Jan 26, 2018 · node . export = { publicPath: '/demo-project', } Now run $ npm run build Mar 4, 2020 · Depending on the machine on which the build was launched, it took between 5 and 12 minutes. js in the root; Write down the below code in the vue. Add a build command to your package. json "scripts": {"build": "webpack --config scripts/build. Webpack will look up our entry file, resolve all import module dependencies inside it and bundle it into single . js --source-map . 72 MB 0 [emitted] main + 221 hidden modules Jozsefs-MBP:react-webpack-babel joco$ Feb 29, 2020 · We're using Visual Studio 2019 and have successfully configured MSBuild tasks to run webpack for us - both in Debug and Production mode. js file and other js files. building a . Thus, webpack CLI provides different commands for many common tasks. It seems me a bad idea to commit before upload. webpack-cli offers a variety of commands to make working with webpack easier. sh: runs webpack for all projects webpack --config Ckeditor/webpack. sh: 1: webpack: not found. May 20, 2018 · I'm a newbie in webpack and I'm using webpack 4 for my project. . json, including both in a build. Feb 20, 2022 · I am using this webpack 5. config' export default => {return createWebpackConfig ('production')} Build command in package. But it is a bit overkill to run everytime the project build Jun 19, 2016 · In command prompt, if I type webpack and press enter, the output entry. js project, developers will typically define a build command in the package. --env ). Feb 14, 2019 · In this example, build is a shortcut for launching command webpack --config webpack. Apr 4, 2017 · I am using this config in package. i go into the _dev folted inside the theme and r Mar 8, 2018 · npm run build. js Ask if someone is interrested to my webpack. Run webpack (default command, can be omitted). I'd still like to pull this into my index. However I want to add one additional command after it builds and that is to copy everything from the public directory into the correct directory in htdocs/public_html. Expanding the functionality of our config file and webpack Jul 25, 2022 · I have a Node js code which I try to build together with nestjs and webpack. npm -v: 8. This is just a small application or use case of webpack and babel, but the applications are limitless. There are 7160 other projects in the npm registry using webpack-cli. With this command saved, we can now run webpack. Jan 16, 2018 · By Esau Silva Updated to Babel 7 In this tutorial we will see the basics of Webpack for React to get you started, including React Router, Hot Module Replacement (HMR), Code Splitting by Route and Vendor, production configuration and more. webpack: bundle is now VALID. It does not run my build-staing. If you don't install webpack-cli, you will find you can't execute webpack xxx command, and it will prompt you install the webpack-cli. However, if I type npm build and press enter, nothing generated. Set up your favorite HTTP server so that a visitor to your site is served index. Webpack emits a bundle file which is invisible when we are running webpack server by npm run start. g If you have a folder called main and index. json file above: "build" : "webpack --config webpack. Firstly, I installed nodeJs and NPM and created a new directory called tutorial. js 1. js or some other code Share If you're using webpack v4 or later and want to call webpack from the command line, you'll also need to install the CLI. js"} Now we can run our build process with the command yarn build. Missing Script: webpack in npm. 1, last published: 4 years ago. This issue should be fixed now but the proper install command is: npm install --save-dev webpack May 16, 2017 · In my package. From your index. /build/background. json Jan 9, 2019 · Hi there! Thanks for you quick answer. I want to use a build command as well, but its not working for me May 7, 2021 · I have a . json Sep 21, 2014 · Use webpack as normal, e. sh however. Actually, when I run npm run build command, It's getting the dist folder and successfully built. ts"} Now by running npm run build new folder dist should be created with following file in it: "scripts": { "build-staging": "webpack --config webpack-staging. The CLI will merge --define values from the command line with define values from angular. I'm not sure if the webpack part should be in the Dockerfile as a build step or at runtime since the CMD ["yarn", "start"] crashes but RUN ["yarn", "start"] works. and also tried the clientloglevel:'errors'. json file for running webpack dev server. Best performance. We can now see that the a dist folder with all the files created. html file you will want to load it in from the server. js console. Entry. "); Next, we run webpack with the Dec 8, 2018 · I have a project that compiles just fine if I run Webpack from command line using the windows version of the installed node/yarn. Specifies a different configuration file to pick up. gzrub setg fjeo xcnek oono hiabma gzgru qnehjfz sbjhk qsiwlu
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}